## Error Types
The Events API may return the following error codes:
Code | Default Message | Notes |
400 | Invalid Request | The request was malformed and could not be processed by the eventing system. |
401 | Not Authorized | The request did not have a valid user to complete the request (e.g. the credentials were incorrect, the user was missing a necessary scope for the requested operation, etc.). |
404 | Not Found | The event(s) you have requested could not be found. |
500 | Internal Server Error | Something unintended has gone wrong. Please escalate to your support contact with as much information as possible, including the call you were attempting to make when you received this error. Note: do not include access credentials when sending requests to support. |
503 | Service Unavailable | Your request was valid, but the server was unable to process it at this time. A 503 indicates a temporary condition and suggests that a retry at a later time may alleviate the error and allow the request to process successfully. This error class may occur during Blend's schedule maintenance window. |
## Error Response
An Error is a sub-object of an Event.