GitHub

DaffProductNotFoundError

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
}