Share via


ErrorInfo interface

The code and message for an error.

Properties

additionalProperties

Additional properties that can be provided on the error info object

code

A machine readable error code.

details

error details.

innererror

Inner error details if they exist.

message

A human readable error message.

Property Details

additionalProperties

Additional properties that can be provided on the error info object

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

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?: ErrorInfo

Property Value

message

A human readable error message.

message: string

Property Value

string