Skip to content

OfferQuantityError

Safe quantity-selection failures; accepted terms are never partially returned.

const OfferQuantityError: Schema.Struct<{
code: Schema.Literal<"invalid_offer_quantity">;
reason: Schema.Literals<readonly ["invalid_input", "unsupported_offer", "quantity_out_of_range", "total_out_of_range"]>;
}>;