ErrorEntity interface

Body of the error response returned from the API.

Properties

code

Basic error code.

extendedCode

Type of error.

innerErrors

Inner errors.

message

Any details of the error.

messageTemplate

Message template.

parameters

Parameters for the template.

Property Details

code

Basic error code.

code?: string

Property Value

string

extendedCode

Type of error.

extendedCode?: string

Property Value

string

innerErrors

Inner errors.

innerErrors?: ErrorEntity[]

Property Value

message

Any details of the error.

message?: string

Property Value

string

messageTemplate

Message template.

messageTemplate?: string

Property Value

string

parameters

Parameters for the template.

parameters?: string[]

Property Value

string[]