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

InnerError interface

An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.

Properties

code

One of a server-defined set of error codes.

innererror

Inner error.

Property Details

code

One of a server-defined set of error codes.

code: string

Property Value

string

innererror

Inner error.

innererror?: InnerError

Property Value