Errors

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.
paramThe value from the request that caused the error.
detailsAdditional information that is specific to the error.

In addition, response headers include other tracing ids. If additional help is required, please provide these identifiers to Sivo support.