GitHub

DaffAuthorizeNetInsecureConnectionError

Error

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

An error thrown when requests are not made over HTTPS.

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