Raise Error
Raises an error and halts the execution of the BP. "Code" is the HTTP status code of the error, and "Message" can be used to pass the error's explanation to the user's front-end.
Last updated
Was this helpful?
Raises an error and halts the execution of the BP. "Code" is the HTTP status code of the error, and "Message" can be used to pass the error's explanation to the user's front-end.
Last updated
Was this helpful?
[Input] Code (integer, 400-599) - the of the error. Has to be in the range between 400 and 599, inclusive.