GitHub

DaffAuthorizeNetInvalidCCExpYearError

Error

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

An error thrown when the credit card expiration year is invalid.

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