Properties
category
category: string
Defined in errors/ErrorDescription.ts:16
cause
cause: string
Defined in errors/ErrorDescription.ts:28
code
code: string
Defined in errors/ErrorDescription.ts:20
correlation_id
correlation_id: string
Defined in errors/ErrorDescription.ts:26
details
details: any
Defined in errors/ErrorDescription.ts:24
message
message: string
Defined in errors/ErrorDescription.ts:22
stack_trace
stack_trace: string
Defined in errors/ErrorDescription.ts:30
status
status: number
Defined in errors/ErrorDescription.ts:18
type
type: string
Defined in errors/ErrorDescription.ts:14
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
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