import { DaffCustomerDefaultBillingAddressDeletionError } from '@daffodil/customer/driver'
An error indicating that a deletion of the customer's default billing address was attempted and failed.
class DaffCustomerDefaultBillingAddressDeletionError extends DaffInheritableError implements DaffError {
readonly code: string = DAFF_CUSTOMER_DEFAULT_BILLING_ADDRESS_DELETION_ERROR_CODE
message: string
}