GitHub

DaffAuthorizeNetInvalidClientKeyError

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

An error thrown when the clientKey value with which the Authorize.net driver has been configured is invalid or missing.

class DaffAuthorizeNetInvalidClientKeyError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_CLIENT_KEY
  message: string
}