Make sure the response object for any 200-299 response code does not contain any of the following properties:
- errors
- error
- warnings
- warning
It should also not contain these:
status: false
status: "error"
If you can think of any other common error properties that would definitely be errors, feel free to bung them in too.
Make sure the response object for any 200-299 response code does not contain any of the following properties:
It should also not contain these:
status: falsestatus: "error"If you can think of any other common error properties that would definitely be errors, feel free to bung them in too.