DaffCartInvalidAPIResponseError
An error thrown when the platform's API response is missing required information or malformed in an unrecoverable way.
import { DaffCartInvalidAPIResponseError } from '@daffodil/cart/driver'
class DaffCartInvalidAPIResponseError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |