ErrorResponse
Standard error response returned by the API when a request fails.
errorMessagestringrequired
A human-readable description of the error.
Example:
Resource not foundErrorResponse
{
"errorMessage": "Resource not found"
}