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:

PropertyDescription
messageA human-readable error message explaining the problem.
_inputThe value from the request that caused the error.
requestIdA unique identifier for the request. If additional help is required, please provide this identifier to Sivo support in order to expedite resolution.