GitHub

DaffUnauthorizedForCartError

An error thrown when the current user is not authorized for the requested cart.

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

Properties

Name Type Description
code string