Type Alias ResetEncryptionKeyprovidersHttpError

type ResetEncryptionKeyprovidersHttpError = {
    data: StandardError;
    headers: Headers;
    status: 401 | 406 | 412 | 424;
}
Index

Properties

Properties

headers: Headers
status: 401 | 406 | 412 | 424