Here is a list of common error codes and their explanations:

General Error Codes

  • 404 Not Found
    The requested resource could not be found.

    404_Not_Found
    *For more details, see our [Guide](/Documentation/en/Developer/Guide).*
  • 500 Internal Server Error
    The server encountered an unexpected condition.

    500_Internal_Server_Error
    *Check our [Best Practices](/Documentation/en/Developer/Best_Practices) for troubleshooting tips.*

API-Specific Error Codes

  • 400 Bad Request
    Invalid request syntax or malformed parameters.

    400_Bad_Request
  • 401 Unauthorized
    Authentication is required and has failed.

    401_Unauthorized
    *Refer to our [Authentication Docs](/Documentation/en/Developer/Authentication) for solutions.*

Tips

  • Always check the Error Codes Page for the latest updates.
  • Use the 🤖 emoji to denote bot-related errors.
  • 🚨 Critical errors may require immediate attention.

For visual examples of error scenarios, see:

Error_Code_Examples