Type Alias MigrateEncryptionKeyproviderHttpError

type MigrateEncryptionKeyproviderHttpError = {
    data: StandardError;
    headers: Headers;
    status: 400 | 401 | 404 | 412 | 424 | 428;
}
Index

Properties

Properties

headers: Headers
status: 400 | 401 | 404 | 412 | 424 | 428