GitHub

DaffAuthorizeNetPastCCExpirationError

Error

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

An error thrown when the credit card expiration date is in the past.

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