GitHub

DaffCustomerDriverErrorMap

A mapping from error codes to error class constructors.

import { DaffCustomerDriverErrorMap } from '@daffodil/customer/driver'
const DaffCustomerDriverErrorMap: { DAFF_CUSTOMER_INVALID_API_RESPONSE: typeof DaffCustomerInvalidAPIResponseError; DAFF_CUSTOMER_ADDRESS_NOT_FOUND: typeof DaffCustomerAddressNotFoundError; DAFF_CUSTOMER_DEFAULT_BILLING_ADDRESS_DELETION: typeof DaffCustomerDefaultBillingAddressDeletionError; DAFF_CUSTOMER_DEFAULT_SHIPPING_ADDRESS_DELETION: typeof Da...