Difference between message.status.code & response.status.code ?

im having trouble creating a scenario where these are different!

The only difference is

message.status.code is READ ONLY, its the response code what the target endpoint sends

response.status.code is READ/WRITE, if you chose to override the response code of the target, you could write to this variable

2 Likes

Thanks, guys. I’ve updated the variables reference to clarify.