Skip to main content
When using the Stelis API, you may encounter errors. This guide will help you understand and handle these errors effectively.

Error Response Format

When an error occurs, Stelis returns a JSON response with an error object:

Common Error Codes

Handling Errors

When working with the Stelis API, always implement proper error handling:

Best Practices

  • Always check for and handle potential errors in your API requests
  • Implement appropriate retry logic for transient errors
  • Log errors for debugging and monitoring purposes
  • Provide clear error messages to your users when appropriate
For more detailed information on specific error codes and their meanings, please refer to our API Documentation.