你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudErrorBody interface
Body of an error from a REST request.
Properties
code | The error code. |
details | Inner errors. |
message | The error message. |
target | The error target. |
Property Details
code
The error code.
code?: string
Property Value
string
details
message
The error message.
message?: string
Property Value
string
target
The error target.
target?: string
Property Value
string