GitHub

DaffAuthorizeNetAuthFailedError

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
}