CertificateOperationError Class

The key vault server error.

Inheritance
builtins.object
CertificateOperationError

Constructor

CertificateOperationError(code: str, message: str, inner_error: azure.keyvault.certificates._models.CertificateOperationError)

Parameters

code
str
Required

The error code.

message
str
Required

The error message.

inner_error
CertificateOperationError
Required

The error object itself

Attributes

code

The error code.

Return type

str

inner_error

The error itself

message

The error message.

Return type

str