Exception: PostHog::RequiresServerEvaluation
- Inherits:
-
StandardError
- Object
- StandardError
- PostHog::RequiresServerEvaluation
- Defined in:
- lib/posthog/feature_flags.rb
Overview
RequiresServerEvaluation is raised when feature flag evaluation requires server-side data that is not available locally (e.g., static cohorts, experience continuity). This error should propagate immediately to trigger API fallback, unlike InconclusiveMatchError which allows trying other conditions.