-
Notifications
You must be signed in to change notification settings - Fork 0
Errors
Jack Programs edited this page Apr 5, 2020
·
4 revisions
- Errors
- Inherited by Exception
If the request has failed, and has gone through NotFound, BadRequest, and ErrorMessage, this will error and give you the status code, url, and data.
- Inherited by Exception
If the request's status code is 404, this will error and give you the status code, url, and data.
- Inherited by Exception
If the request's status code is 400, this will error and give you the status code, url, and data.
- Inherited by Exception
If the request has an existing error message, this will error and give you the error message and data.