@usethrottle/cart
    Preparing search index...

    Class CartNotFoundError

    Thrown when a cart cannot be found for the request's environment (HTTP 404). Subclass of ThrottleApiError.

    Hierarchy (View Summary)

    Index
    • Parameters

      • args: { details?: Record<string, unknown>; message: string; statusCode?: number }

      Returns CartNotFoundError

    details?: Record<string, unknown>