Type Alias CreateEncryptionKeyproviderHttpError

type CreateEncryptionKeyproviderHttpError = {
    data: StandardError;
    headers: Headers;
    status: 400 | 401 | 403 | 406 | 408 | 409 | 417;
}
Index

Properties

Properties

headers: Headers
status: 400 | 401 | 403 | 406 | 408 | 409 | 417