Contents

ErrorResponse

Information about errors that the API returns in the response body whenever an API request is unsuccessful.

Declaration

object ErrorResponse

Properties

NameTypeDescription
errorMessage Requiredstring

A description of the error.

statusCode Requiredinteger

The HTTP status code.

subStatusCode Requiredinteger

A specific sub-status code the system provides to give more context on the type of error.