GitHub

DaffCustomerAddressNotFoundError

An error indicating that the requested address cannot be found.

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

Properties

Name Type Description
code string
message string