Hello @liuxing_hu
I have 2 slave node, named SWSL and SWSR, in each slave node, the corresponding respond_err named SWSL_responseError and SWSR_responseError, is it ok? or the name must be response_error?
[NXP] It is ok.
how does linkstack set response_error signal? does it need config previously ?
[NXP] The response_error signal has been defined in the .ldf file. The configuration tool(S32DS) will base on it to generate the configuration file as follows.

Whenever a frame that is transmitted or received by the slave node contains an error in the frame response the linstack(not user) will call to lin_update_err_signal() function to set.
how and who clear the error signal?
[NXP] Normally, the response_error signal shall be cleared by linstack(not user)when the unconditional frame containing the response_error signal is successfully transmitted.
However, the user can also use the definitions in the config file to set/reset the response_error signal as follows

i can see the respond error here, but I can't see the error status API by generate code, does anything wrong to my configuration?
[NXP] If you don’t have any error in your .ldf file, the generated configuration files will contain the same that I showed above.
Best Regards,
Nam