DaffAuthorizeNetInputMissingError
An error thrown when required information is missing from the request payload.
import { DaffAuthorizeNetInputMissingError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetInputMissingError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |