ErrorInfo interface

The code and message for an error.

Properties

code

A machine readable error code.

details

error details.

innererror

Inner error details if they exist.

message

A human readable error message.

Property Details

code

A machine readable error code.

code: string

Property Value

string

details

error details.

details?: ErrorDetail[]

Property Value

innererror

Inner error details if they exist.

innererror?: string

Property Value

string

message

A human readable error message.

message: string

Property Value

string