InternalServerError
statusstringrequired
Error type identifier
Example:
InternalServerErrorstatusCodeinteger<int32>required
HTTP status code
Example:
500messagestringrequired
Human-readable error message
Example:
An unexpected error occurredrequestIdstringrequired
Unique identifier for the request
Example:
df011689-bd3e-4953-95ca-c7bbdacaf6f8requestTimestring<date-time>required
Timestamp when the request was processed
Example:
2025-03-05T10:25:52ZInternalServerError
{
"status": "InternalServerError",
"statusCode": 500,
"message": "An unexpected error occurred",
"requestId": "df011689-bd3e-4953-95ca-c7bbdacaf6f8",
"requestTime": "2025-03-05T10:25:52Z"
}