DaffAuthorizeNetInvalidClientKeyError
An error thrown when the clientKey
value with which the Authorize.net driver has been configured is invalid or missing.
import { DaffAuthorizeNetInvalidClientKeyError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetInvalidClientKeyError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |