ExtendedErrorInfo interface

Error information.

Properties

additionalInfo

The additional error information.

code

The error code.

details

The error details.

message

The error message.

target

The target of the error.

Property Details

additionalInfo

The additional error information.

additionalInfo?: TypedErrorInfo[]

Property Value

code

The error code.

code?: string

Property Value

string

details

The error details.

details?: ExtendedErrorInfo[]

Property Value

message

The error message.

message?: string

Property Value

string

target

The target of the error.

target?: string

Property Value

string