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] |