GitHub

DaffAuthorizeNetInsecureConnectionError

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
}