GitHub

DaffCartStoreCreditInvalidAPIResponseError

Error

import { DaffCartStoreCreditInvalidAPIResponseError } from '@daffodil/cart-store-credit/driver'

A general error indicating that the platform returned a response which cannot be processed.

class DaffCartStoreCreditInvalidAPIResponseError extends DaffInheritableError implements DaffError {
  readonly code: string = DAFF_CART_STORE_CREDIT_INVALID_API_RESPONSE_ERROR_CODE
  message: string
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}