GitHub

DaffCustomerDefaultBillingAddressDeletionError

An error indicating that a deletion of the customer's default billing address was attempted and failed.

import { DaffCustomerDefaultBillingAddressDeletionError } from '@daffodil/customer/driver'
class DaffCustomerDefaultBillingAddressDeletionError extends DaffInheritableError implements DaffError {
  readonly code: string
  message: string
}

Properties

Name Type Description
code string
message string