Package version:

The key vault server error.

interface CertificateOperationError {
    code?: string;
    innerError?: CertificateOperationError;
    message?: string;
}

Properties

code?: string

The error code. NOTE: This property will not be serialized. It can only be populated by the server.

NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

The error message. NOTE: This property will not be serialized. It can only be populated by the server.