Package version:

Interface ManagedHsmError

The error exception.

interface ManagedHsmError {
    error?: ErrorModel;
}

Properties

Properties

error?: ErrorModel

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