Table of Contents
Authentication
The error that is returned when authentication fails.
{
"code": "ERROR",
"errorType": "AUTHENTICATION_ERROR",
"message": "User ID is invalid"
}
Validation
The error that is returned when the request is not valid.
{
"code": "ERROR",
"errorType": "VALIDATION_ERROR",
"message": "Test not found"
}
Timeout
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."
}
Server Issues
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."
}