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

InnerErrorOutput interface

包含有关错误的更具体信息的对象。

属性

code

服务器定义的一组错误代码中的一个。

innererror

内部错误。

message

错误的用户可读表示形式。

属性详细信息

code

服务器定义的一组错误代码中的一个。

code?: string

属性值

string

innererror

内部错误。

innererror?: InnerErrorOutput

属性值

message

错误的用户可读表示形式。

message?: string

属性值

string