Share via


LogsErrorInfo interface

The code and message for an error.

Extends

Inherited 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.

Inherited Property Details

additionalProperties

Additional properties that can be provided on the error info object

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From ErrorInfo.additionalProperties

code

A machine readable error code.

code: string

Property Value

string

Inherited From ErrorInfo.code

details

error details.

details?: ErrorDetail[]

Property Value

Inherited From ErrorInfo.details

innererror

Inner error details if they exist.

innererror?: ErrorInfo

Property Value

Inherited From ErrorInfo.innererror

message

A human readable error message.

message: string

Property Value

string

Inherited From ErrorInfo.message