ErrorModel interface

Error definition.

Properties

code

Service specific error code which serves as the substatus for the HTTP error code.

details

An array of additional nested error response info objects, as described by this contract.

message

Description of the error.

type

Service specific error type which serves as additional context for the error herein.

Property Details

code

Service specific error code which serves as the substatus for the HTTP error code.

code?: string

Property Value

string

details

An array of additional nested error response info objects, as described by this contract.

details?: ErrorModel[]

Property Value

message

Description of the error.

message?: string

Property Value

string

type

Service specific error type which serves as additional context for the error herein.

type?: string

Property Value

string