- 01 Passed Request:
- This means the request was either passed
200
or accepted202
- This means the request was either passed
- 0 Failed Request:
- This means the request failed and the reasosn will be returned. This usually has a
404
400
403
HTTP response code
- This means the request failed and the reasosn will be returned. This usually has a
- 500 Internal Server Error:
- An unexpected error occurred on the server side. This may be due to a bug, temporary system issue, or other unforeseen circumstances.