Package version:

Interface CloudErrorBody

An error response from Key Vault resource provider

interface CloudErrorBody {
    code?: string;
    message?: string;
}

Properties

Properties

code?: string

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

message?: string

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