DaffCustomerStoreCreditInvalidAPIResponseError
A general error indicating that the platform returned a response which cannot be processed.
import { DaffCustomerStoreCreditInvalidAPIResponseError } from '@daffodil/customer-store-credit/driver'
class DaffCustomerStoreCreditInvalidAPIResponseError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |