Share via


ErrorInfoOutput interface

The error info.

Properties

code

A unique error code that identifies the specific error.

details

Error info detail.

message

A human-readable error message that provides more details about the error.

target

The specific component that the error is associated with.

Property Details

code

A unique error code that identifies the specific error.

code?: string

Property Value

string

details

Error info detail.

details?: ErrorInfoOutput[]

Property Value

message

A human-readable error message that provides more details about the error.

message?: string

Property Value

string

target

The specific component that the error is associated with.

target?: string

Property Value

string