Standard error category
Original error wrapped by this exception
A unique error code
A unique transaction id to trace execution throug call chain
A map with additional details that can be used to restore error description in other languages
A human-readable error description (usually written in English)
Stack trace of the exception
HTTP status code associated with this error type
Data type of the original error
Generated using TypeDoc
Serializeable error description. It is use to pass information about errors between microservices implemented in different languages. On the receiving side ErrorDescription is used to recreate exception object close to its original type without missing additional details.
ApplicationException
ApplicationExceptionFactory