DAFF_AUTHORIZE_NET_ERROR_CODE_MAP
A mapping from the Authorize.net platform error codes to Daffodil driver error classes.
import { DAFF_AUTHORIZE_NET_ERROR_CODE_MAP } from '@daffodil/authorizenet/driver'
const DAFF_AUTHORIZE_NET_ERROR_CODE_MAP: { E_WC_01: typeof DaffAuthorizeNetAcceptjsMissingError; E_WC_02: typeof DaffAuthorizeNetInsecureConnectionError; ... 14 more ...; E_WC_23: typeof DaffAuthorizeNetInputMissingError; }