DaffCartDriverErrorMap
A mapping from error codes to error class constructors.
import { DaffCartDriverErrorMap } from '@daffodil/cart/driver'
const DaffCartDriverErrorMap: { DAFF_CART_NOT_FOUND: typeof DaffCartNotFoundError; DAFF_PRODUCT_OUT_OF_STOCK: typeof DaffProductOutOfStockError; DAFF_INVALID_COUPON_CODE: typeof DaffInvalidCouponCodeError; ... 6 more ...; DAFF_UNAUTHORIZED_FOR_CART: typeof DaffUnauthorizedForCartError; }