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

ErrorInfo interface

错误的代码和消息。

属性

additionalProperties

可以在错误信息对象上提供的其他属性

code

计算机可读错误代码。

details

错误详细信息。

innererror

内部错误详细信息(如果存在)。

message

人工可读错误消息。

属性详细信息

additionalProperties

可以在错误信息对象上提供的其他属性

additionalProperties?: Record<string, any>

属性值

Record<string, any>

code

计算机可读错误代码。

code: string

属性值

string

details

错误详细信息。

details?: ErrorDetail[]

属性值

innererror

内部错误详细信息(如果存在)。

innererror?: ErrorInfo

属性值

message

人工可读错误消息。

message: string

属性值

string