GitHub

DaffCartNotFoundError

An error thrown when a cart driver call is sent with a cart identifier that cannot be found by the platform.

import { DaffCartNotFoundError } from '@daffodil/cart/driver'
class DaffCartNotFoundError extends DaffInheritableError implements DaffError {
  readonly code: string
}

Properties

Name Type Description
code string