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

ErrorModel interface

The error object.

Properties

code

One of a server-defined set of error codes.

details

An array of details about specific errors that led to this reported error.

innererror

An object containing more specific information than the current object about the error.

message

A human-readable representation of the error.

target

The target of the error.

Property Details

code

One of a server-defined set of error codes.

code: string

Property Value

string

details

An array of details about specific errors that led to this reported error.

details: ErrorModel[]

Property Value

innererror

An object containing more specific information than the current object about the error.

innererror?: InnerError

Property Value

message

A human-readable representation of the error.

message: string

Property Value

string

target

The target of the error.

target?: string

Property Value

string