Avalara Trade Compliance
Product
AvalaraAPIExceptionDetails
Standard error response payload returned by the API when a request fails. Provides a short error title, the HTTP status code, and a human-readable detail message.
This model is used in the following APIs:
Parameters
titleOptional
stringShort, human-readable error category.
statusOptional
integerHTTP status code returned with the error response.
detailOptional
stringHuman-readable explanation of the specific error condition. Suitable for surfacing to end users or logging.