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

