CertificateOperationError Class
The key vault server error.
- Inheritance
-
builtins.objectCertificateOperationError
Constructor
CertificateOperationError(code: str, message: str, inner_error: CertificateOperationError)
Parameters
Name | Description |
---|---|
code
Required
|
The error code. |
message
Required
|
The error message. |
inner_error
Required
|
The error object itself |
Attributes
code
inner_error
message
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python