...
Parameter | Description |
---|---|
httpStatusCode | Three-digit integer specifying the HTTP status code as a class of the response in which the error is returned. |
serviceErrorCode | Four-digit integer specifying the concrete error type. |
time | Timestamp of the error occurance in format "yyyy-MM-ddTHH:mm:ss.SSS" . |
message | String message describing the concrete error. |
stackTrace | Origin of the error. As of 2021 Autumn, |
service | The name of the service that threw the error. |
tenant | The string tenant name where the error occured. |
...