Skip to main content

ErrorResponse

Standard error response returned by the API when a request fails.

errorMessagestringrequired

A human-readable description of the error.

Example: Resource not found
ErrorResponse
{
"errorMessage": "Resource not found"
}