GitHub

DaffProductNotFoundError

Error

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

An error thrown when the requested product cannot be found.

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