This section provides a list of error codes that may be encountered when interacting with the Trident APIs:
Error Code | Description |
---|
200 | Success - The request was processed successfully. |
400 | Validation Error - Missing or invalid fields in the request. |
401 | Unauthorized access - Invalid credentials provided. |
500 | Internal Server Error - An unexpected error occurred on the server. |
503 | Service Unavailable - Timeout during request processing. |
Error Code | Description |
---|
104 | OTP could not be generated. |
074 | Request timed out at ACS (Access Control Server). |
{
"status": "ERROR",
"code": "400",
"message": "Mandatory field 'instanceId' is missing",
"timestamp": "2023-10-15T12:34:56Z",
"traceId": "trace-123456789"
}
{
"status": "ERROR",
"code": "401",
"message": "Unauthorized access. Invalid credentials provided.",
"timestamp": "2023-10-15T12:34:56Z",
"traceId": "trace-123456789"
}
{
"status": "ERROR",
"code": "500",
"message": "An unexpected error occurred. Please try again later.",
"timestamp": "2023-10-15T12:34:56Z",
"traceId": "trace-123456789"
}