__MAGIC_BLOCK_0__
The SIEM event delivery service API relies on standard HTTP status codes when reporting errors. For example, if you include an invalid username or password when calling an operation you'll get back a 401 Unauthorized* error and an error message similar to this:
{
"errors": "Not authorized - your client credentials may be invalid"
}
Errors and error messages you might encounter when using the SIEM event delivery service API are described in subsequent sections of this document.
