Search our documentation:
The error that is returned when authentication fails.
{ "code": "ERROR", "errorType": "AUTHENTICATION_ERROR", "message": "User ID is invalid" }
The error that is returned when the request is not valid.
{ "code": "ERROR", "errorType": "VALIDATION_ERROR", "message": "Test not found" }
The error that is returned when the connection exceeds our time limit.
{ "code": "ERROR", "errorType": "TIMEOUT_ERROR", "message": "Your execution is still in progress. Our API reached its timeout." }
The error that is returned when the Ghost Inspector service is having issues.
{ "code": "ERROR", "errorType": "SERVER_ERROR", "message": "The Ghost Inspector service is encountering issues." }