Skip to main content

NotFoundError

statusstringrequired

Error type identifier

Example: NotFoundError
statusCodeint32required

HTTP status code

Example: 404
messagestringrequired

Human-readable error message

Example: Resource not found
requestIdstringrequired

Unique identifier for the request

Example: df011689-bd3e-4953-95ca-c7bbdacaf6f8
requestTimedate-timerequired

Timestamp when the request was processed

Example: 2025-03-05T10:25:52Z
NotFoundError
{
"status": "NotFoundError",
"statusCode": 404,
"message": "Resource not found",
"requestId": "df011689-bd3e-4953-95ca-c7bbdacaf6f8",
"requestTime": "2025-03-05T10:25:52Z"
}