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 SpeechKit
  • SpeechKit technology overview
  • Supported audio formats
  • IVR integration
  • Quotas and limits
  • Access management
  • Pricing policy
    • Error codes
    • Request headers
    • General questions
    • Speech recognition
    • Speech synthesis
    • All questions on a single page
  1. Troubleshooting
  2. Error codes

Response status codes

Written by
Yandex Cloud
Updated at April 24, 2025

In response to a request, SpeechKit returns a message containing the request code and processing status. If there is an error processing the request, the message will also include its possible cause.

When analyzing the models' responses in your app, go by request code and status. Error messages contain useful information but may change after you update the service.

gRPC REST Status Reason Solution
0 200 OK Operation completed —
3 400 INVALID_ARGUMENT Invalid request Check the request format. The URI or query parameters may be incorrect.
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 the service account you are using to send your request has the required roles.
8 429 RESOURCE_EXHAUSTED Quota exceeded Depending on your quota, wait or contact support to increase your quota.
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
Release archive
Next
Request headers
© 2025 Direct Cursus Technology L.L.C.