Share via


CloudErrorBody Class

An error response from Key Vault resource provider.

Constructor

CloudErrorBody(*args: Any, **kwargs: Any)

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.

Attributes

code

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

code: str | None

message

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

message: str | None