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

ErrorResponseBody interface

Error Body contract.

Properties

code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

details

The list of invalid fields send in request, in case of validation error.

message

Human-readable representation of the error.

Property Details

code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

code?: string

Property Value

string

details

The list of invalid fields send in request, in case of validation error.

details?: ErrorFieldContract[]

Property Value

message

Human-readable representation of the error.

message?: string

Property Value

string