次の方法で共有


CloudErrorBody Class

An error response from Key Vault resource provider.

Inheritance
azure.mgmt.keyvault._serialization.Model
CloudErrorBody

Constructor

CloudErrorBody(*, code: str | None = None, message: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

Error code. This is a mnemonic that can be consumed programmatically.

message
str

User friendly error message. The message is typically localized and may vary with service version.

Variables

Name Description
code
str

Error code. This is a mnemonic that can be consumed programmatically.

message
str

User friendly error message. The message is typically localized and may vary with service version.