Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.29 KB

AudienceError.md

File metadata and controls

18 lines (13 loc) · 1.29 KB

# AudienceError

Properties

Name Type Description Notes
trace_id string (REQUIRED) The Correlation ID provided by the Gateway. It is also a unique identifier for this particular occurrence of the problem. [optional]
type string (REQUIRED) The classification of the error
code string (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kebab-case.
instance string (REQUIRED) A URI reference that identifies the specific occurrence of the problem
title string (RECOMMENDED) A short, human-readable summary of the problem type [optional]
detail string (RECOMMENDED) A human-readable explanation specific to this occurrence of the problem [optional]
source object (OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s) [optional]
stack_trace string[] (NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology [optional]

[Back to Model list] [Back to API list] [Back to README]