GitHub

DaffCustomerDefaultBillingAddressDeletionError

Error

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
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}