Sivo returns standard HTTP standard codes to indicate if a request succeeded. When the status code of a response is 4xx, this indicates an error with the request itself. For these errors Sivo may also return additional details in the body of the response. These details are returned as a json error object that includes the following properties:
Property | Description |
---|---|
message | A human-readable error message explaining the problem. |
_input | The value from the request that caused the error. |
requestId | A unique identifier for the request. If additional help is required, please provide this identifier to Sivo support in order to expedite resolution. |