共用方式為


DefaultErrorResponseErrorDetailsItem interface

Detailed errors.

Properties

code

Standardized string to programmatically identify the error. NOTE: This property will not be serialized. It can only be populated by the server.

message

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

target

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

Standardized string to programmatically identify the error. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

message

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

target

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

target?: string

Property Value

string