DaffProductOutOfStockError
An error thrown when a cart item's requested quantity exceeds the amount currently in stock.
import { DaffProductOutOfStockError } from '@daffodil/cart/driver'
class DaffProductOutOfStockError extends DaffInheritableError implements DaffError {
readonly code: string
}
Properties
Name | Type | Description |
---|---|---|
code | string |