Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Foundation Models
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Public materials
  • Release notes
    • FAQ
    • Error codes
  1. Troubleshooting
  2. Error codes

Error codes

Written by
Yandex Cloud
Updated at May 28, 2025

In response to any request, Foundation Models models return a message containing a request processing code and status. If there is an error processing the request, the message will also include its possible cause.

When processing model responses in your app, refer to the request code and status. Error messages contain useful information, but may change after model updates.

gRPC REST Status Reason Solution
0 200 OK Operation completed —
3 400 INVALID_ARGUMENT Invalid request Check the request format. You may have specified an incorrect model URI, exceeded the prompt length, set an invalid parameter value, or failed to comply with YandexART ethical guidelines.
4 504 DEADLINE_EXCEEDED Request timed out Network issues between the client and server. Try again or contact support.
7 403 PERMISSION_DENIED Not enough permissions Make sure that the service account you are using to send your request has the required roles. If access to the model you selected is provided upon request, make sure you have obtained it. When accessing a model fine-tuned in DataSphere, add the account to the member list of the project.
8 429 RESOURCE_EXHAUSTED Quota exceeded Depending on your quota, wait or contact support to increase your quota. When requesting a quota increase, specify the model, working mode, and the name of the quota to increase. Our support team may request additional information.
12 501 UNIMPLEMENTED Service-side problem Contact support.
13 500 INTERNAL Internal service error Contact support.
14 503 UNAVAILABLE Service unavailable Try again or contact support.
16 401 UNAUTHENTICATED Authorization error Check that you are using the correct account, API key, and IAM token, and that the token has not expired.

Was the article helpful?

Previous
FAQ
© 2025 Direct Cursus Technology L.L.C.