Share via


ErrorDetail interface

Error details.

Properties

additionalProperties

Additional properties that can be provided on the error details object

code

The error's code.

message

A human readable error message.

resources

Indicates resources which were responsible for the error.

target

Indicates which property in the request is responsible for the error.

value

Indicates which value in 'target' is responsible for the error.

Property Details

additionalProperties

Additional properties that can be provided on the error details object

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

code

The error's code.

code: string

Property Value

string

message

A human readable error message.

message: string

Property Value

string

resources

Indicates resources which were responsible for the error.

resources?: string[]

Property Value

string[]

target

Indicates which property in the request is responsible for the error.

target?: string

Property Value

string

value

Indicates which value in 'target' is responsible for the error.

value?: string

Property Value

string