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

AzureResourceErrorInfo interface

The azure resource error info.

Extends

Properties

details

The error details.

message

The error message.

Inherited Properties

code

The error code.

Property Details

details

The error details.

details?: AzureResourceErrorInfo[]

Property Value

message

The error message.

message: string

Property Value

string

Inherited Property Details

code

The error code.

code: string

Property Value

string

Inherited From ErrorInfo.code