ExtendedErrorInfo interface

The extended error info.

Properties

code

The error code.

details

The error message details.

innerError

The inner error.

message

The error message.

Property Details

code

The error code.

code: string

Property Value

string

details

The error message details.

details?: ExtendedErrorInfo[]

Property Value

innerError

The inner error.

innerError?: any

Property Value

any

message

The error message.

message: string

Property Value

string