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

ErrorMessage interface

包含消息和代码的错误响应。

属性

code

标准错误代码

details

错误的详细摘要

message

标准错误说明

属性详细信息

code

标准错误代码

code?: string

属性值

string

details

错误的详细摘要

details?: string

属性值

string

message

标准错误说明

message?: string

属性值

string