ResponseStatus()
Returns the response status code.
Returns
Numeric
Remarks
This function can only be used in the Call-URL action for the Error Message formula.
Examples
If(ResponseStatus() = 200, "OK", "FAILED!")
evaluates the response status to return an error message.