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

CloudErrorBody Class

An error response from the Storage service.

Inheritance
azure.mgmt.storage._serialization.Model
CloudErrorBody

Constructor

CloudErrorBody(*, code: str | None = None, message: str | None = None, target: str | None = None, details: List[_models.CloudErrorBody] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
str

A message describing the error, intended to be suitable for display in a user interface.

target
str

The target of the particular error. For example, the name of the property in error.

details

A list of additional details about the error.

Variables

Name Description
code
str

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
str

A message describing the error, intended to be suitable for display in a user interface.

target
str

The target of the particular error. For example, the name of the property in error.

details

A list of additional details about the error.