pub const FALLBACK_FTS_ONLY_REASON: &str = "fallback_fts_only requested";Expand description
Machine-readable vec_error for a degradation the operator asked for.
Named rather than inlined because it is a value consumers match on: it is the
one vec_error that means “nothing went wrong”, so a caller distinguishing a
deliberate skip from a real failure compares against this exact string.