GitHub

DaffAuthorizeNetAuthFailedError

Error

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

An error thrown when either the API Login ID or Public Client Key values are incorrect.

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