GitHub

DaffCustomerAddressNotFoundError

import { DaffCustomerAddressNotFoundError } from '@daffodil/customer-order/driver'

An error indicating that the requested address cannot be found.

class DaffCustomerAddressNotFoundError extends DaffInheritableError implements DaffError {
  readonly code: string = DAFF_CUSTOMER_ADDRESS_NOT_FOUND_ERROR_CODE
  message: string
}