Libraries
»
algolia
(2.3.1)
»
Index (R)
»
RetryOutcomeType
Module: RetryOutcomeType
Included in:
Algolia::Transport::RetryStrategy
,
Algolia::Transport::Transport
Defined in:
lib/algolia/enums/retry_outcome_type.rb
Constant Summary
collapse
SUCCESS =
'
SUCCESS
'
.
freeze
RETRY =
'
RETRY
'
.
freeze
FAILURE =
'
FAILURE
'
.
freeze