你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DefaultErrorResponseError interface

Error model.

Properties

code

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

details

Details or the error

innererror

More information to debug 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

details

Details or the error

details?: DefaultErrorResponseErrorDetailsItem[]

Property Value

innererror

More information to debug error. NOTE: This property will not be serialized. It can only be populated by the server.

innererror?: 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