Error codes
Every error NexArc can return — what it means and exactly how to fix it.
AUTH_001HTTP 401Token expiredYour session has expired.
AUTH_002HTTP 401Invalid tokenThe authentication token is malformed.
AUTH_003HTTP 403Insufficient permissionsYour account doesn't have access to this feature.
AUTH_004HTTP 429Too many login attemptsYour IP was rate-limited after repeated failures.
PLAN_REQUIREDHTTP 403Plan upgrade requiredThis feature requires a higher plan.
PRO_REQUIREDHTTP 403Pro plan requiredThis feature is available on Pro (₹499/month).
GROWTH_REQUIREDHTTP 403Growth plan requiredThis feature is available on Growth (₹999/month).
INVESTOR_PRO_REQUIREDHTTP 403Investor Pro requiredThis feature requires the Investor Pro plan.
INCUBATOR_LIMIT_REACHEDHTTP 403Incubator plan limit reachedYou've hit the startup, mentor, or seat limit for your incubator plan.
ORIN_QUOTA_EXCEEDEDHTTP 429Orin daily limit reachedYou've reached your plan's daily Orin call limit.
ORIN_CIRCUIT_OPENHTTP 503Orin temporarily unavailableOrin's circuit breaker tripped after repeated provider errors.
ORIN_PROFILE_INCOMPLETEHTTP 400Profile too incomplete for OrinOrin needs enough profile data to generate recommendations.
STARTUP_EXISTSHTTP 409Startup already linkedYour account already has a startup linked.
STARTUP_NOT_FOUNDHTTP 404Startup not foundThe startup doesn't exist or was removed.
PAYMENT_FAILEDHTTP 402Payment failedYour payment couldn't be processed.
COUPON_INVALIDHTTP 400Invalid coupon codeThe coupon doesn't exist or has expired.
COUPON_ALREADY_USEDHTTP 400Coupon already usedThis coupon is single-use per account.
ALREADY_CONNECTEDHTTP 409Already connectedYou're already connected with this user.
CONNECTION_PENDINGHTTP 409Connection request pendingYou've already sent a request to this user.
FILE_TOO_LARGEHTTP 413File too largeThe file exceeds the size limit.
INVALID_FILE_TYPEHTTP 400Invalid file typeThis file format isn't supported.
RATE_LIMIT_EXCEEDEDHTTP 429Too many requestsYou're sending requests too quickly.
VALIDATION_ERRORHTTP 422Validation errorThe data you submitted is invalid.
NOT_FOUNDHTTP 404Not foundThe resource you requested doesn't exist.
INTERNAL_ERRORHTTP 500Server errorSomething went wrong on our end.