You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, response transforms can be run either on a successful response ("Success" mode) or always ("Always" mode) regardless of the response status. It's suggested to introduce "Failure" run mode for transforms that should be run only on a unsuccessful response or on a failure to get any response. See #1056 for more context.