GitHub

DaffProductInvalidAPIResponseError

Error

import { DaffProductInvalidAPIResponseError } from '@daffodil/product/driver'

class DaffProductInvalidAPIResponseError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffProductDriverErrorCodes.INVALID_API_RESPONSE
  message: string
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}