GitHub

DaffCartResolutionError

An error thrown when the cart fails to resolve.

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

Properties

Name Type Description
code string

A string that uniquely identifies the error.