Module: Io::Flow::V0::Models::ReservationError::Types

Defined in:
lib/flow_commerce/flow_api_v0_client.rb

Constant Summary collapse

NO_INVENTORY_RESERVATION_ERROR =

Inventory is not available for all or subset of item quantities requested

'no_inventory'
EXTERNAL_API_TIMEOUT_RESERVATION_ERROR =

API call to external API (ex: PFS) timed out

'external_api_timeout'
GENERIC_RESERVATION_ERROR =

Generic reservation error

'generic_reservation_error'