VCodeX
Reference

Errors

Error classes returned by the gateway.

Errors are returned in OpenAI-compatible shape and classified into types you can branch on. Common classes:

TypeMeaning
auth_errorMissing or invalid credential
rate_limit_errorPer-key or provider rate limit hit
quota_exceededBudget or quota limit reached
model_not_availableModel not accessible to this role
timeoutUpstream provider timed out
provider_errorUpstream provider returned an error

Every error carries an X-Correlation-ID (ULID). Include it when contacting support — it maps directly to the error log entry. Error messages are sanitized and never echo prompt content.