Compartir a través de


ErrorEntity interface

Body of the error response returned from the API.

Properties

code

Basic error code.

details

Error Details.

extendedCode

Type of error.

innerErrors

Inner errors.

message

Any details of the error.

messageTemplate

Message template.

parameters

Parameters for the template.

target

The error target.

Property Details

code

Basic error code.

code?: string

Property Value

string

details

Error Details.

details?: ErrorEntity[]

Property Value

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[]

target

The error target.

target?: string

Property Value

string