GitHub

DaffAuthorizeNetUnconfiguredError

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

An error thrown when the driver config is missing required information for the driver to function.

class DaffAuthorizeNetUnconfiguredError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.UNCONFIGURED
  message: string
}