GitHub

DaffPaymentDriverErrorMap

import { DaffPaymentDriverErrorMap } from '@daffodil/payment/driver'

A mapping from error codes to error class constructors.

const DaffPaymentDriverErrorMap: { DAFF_PAYMENT_INVALID_API_RESPONSE: typeof DaffPaymentInvalidAPIResponseError; }