Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.28 KB

CommonError.md

File metadata and controls

16 lines (13 loc) · 1.28 KB

# CommonError

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. [optional]
code string (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kabab-case. [optional]
instance string (REQUIRED) A URI reference that identifies the specific occurrence of the problem. [optional]
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 array<string,string> (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]