DaffCustomerPaymentDriverErrorMap
A mapping from error codes to error class constructors.
import { DaffCustomerPaymentDriverErrorMap } from '@daffodil/customer-payment/driver'
const DaffCustomerPaymentDriverErrorMap: { DAFF_CUSTOMER_PAYMENT_INVALID_API_RESPONSE: typeof DaffCustomerPaymentInvalidAPIResponseError; DAFF_CUSTOMER_PAYMENT_NOT_FOUND: typeof DaffCustomerPaymentNotFoundError; DAFF_CUSTOMER_PAYMENT_DEFAULT_PAYMENT_DELETION: typeof DaffCustomerPaymentDefaultPaymentDeletionError; }