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

ARMErrorResponseBody interface

ARM error response body.

Properties

code

Gets or sets the string that can be used to programmatically identify the error.

message

Gets or sets the string that describes the error in detail and provides debugging information.

Property Details

code

Gets or sets the string that can be used to programmatically identify the error.

code?: string

Property Value

string

message

Gets or sets the string that describes the error in detail and provides debugging information.

message?: string

Property Value

string