Errors
Omniflare returns errors in the OpenAI error envelope, so existing client error handling
keeps working. Standard HTTP status codes apply: 401 for an invalid key, 429 when
rate limited, 402 when a budget cap is exhausted.
TODO: Add the full error code table with causes and recommended handling.