Module: LaunchDarkly::BigSegmentsStatus
- Defined in:
- lib/ldclient-rb/evaluation_detail.rb
Overview
Defines the possible values of EvaluationReason#big_segments_status.
Constant Summary collapse
- HEALTHY =
Indicates that the Big Segment query involved in the flag evaluation was successful, and that the segment state is considered up to date.
:HEALTHY
- STALE =
Indicates that the Big Segment query involved in the flag evaluation was successful, but that the segment state may not be up to date.
:STALE
- NOT_CONFIGURED =
Indicates that Big Segments could not be queried for the flag evaluation because the SDK configuration did not include a Big Segment store.
:NOT_CONFIGURED
- STORE_ERROR =
Indicates that the Big Segment query involved in the flag evaluation failed, for instance due to a database error.
:STORE_ERROR