triggair
Error code

flag_not_found (404)

What it means

No active feature flag with that key (it's undefined or turned off). Unknown flags are expected — the SDK resolves them to the caller's safe default.

How to fix

Read flags via GET /config or tg.flags.get(key, default); the default is used when the flag is absent. Define it with triggair_set_flag if you meant it to exist. Do NOT retry.

← All error codes