Contributing
This documentation is a community effort. If you'd like to contribute by adding new error codes, improving explanations, or fixing issues, please follow these steps:
- Fork the repository
- Add your error code following the template format
- Submit a pull request with a clear description of your changes
When adding a new error, please include:
- The error code identifier
- A clear description of when the error occurs
- Example code that triggers the error
- An explanation of why the error occurs
- Example code showing how to fix the error