DaffCustomerOrderDriverErrorMap
A mapping from error codes to error class constructors.
import { DaffCustomerOrderDriverErrorMap } from '@daffodil/customer-order/driver'
const DaffCustomerOrderDriverErrorMap: { DAFF_CUSTOMER_INVALID_API_RESPONSE: typeof DaffCustomerInvalidAPIResponseError; DAFF_CUSTOMER_ADDRESS_NOT_FOUND: typeof DaffCustomerAddressNotFoundError; }