GitHub

DaffAuthorizeNetAcceptjsMissingError

Error

import { DaffAuthorizeNetAcceptjsMissingError } from '@daffodil/authorizenet/driver'

An error thrown when Accept.js has not been loaded.

class DaffAuthorizeNetAcceptjsMissingError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.ACCEPTJS_MISSING
  message: string
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}