Share via


ErrorModelOutput interface

Error from a REST request.

Properties

code

The error code.

details

Additional details and inner errors.

message

The error message.

target

The error target.

Property Details

code

The error code.

code: string

Property Value

string

details

Additional details and inner errors.

details?: ErrorModelOutput[]

Property Value

message

The error message.

message: string

Property Value

string

target

The error target.

target?: string

Property Value

string