Skip to content

Error Message Reference

  • Error Code:0
    Symbol:Unknown Reason
    Description:An unknown error occurred.
    Suggested Action:Contact the developer for assistance.

  • Error Code:1
    Symbol:Data Parsing Error
    Description:Failed to parse incoming data.
    Suggested Action:Check the data format and ensure it meets the schema.

  • Error Code:2
    Symbol:Fetch Data Error
    Description:Unable to retrieve data from the source.
    Suggested Action:Verify the URL, data source availability, and network.

  • Error Code:3
    Symbol:Network Timeout
    Description:The request timed out waiting for a response.
    Suggested Action:Check your network connection and retry.

  • Error Code:4
    Symbol:Unauthorized Access
    Description:Authentication failed or missing credentials.
    Suggested Action:Verify your access token.

  • Error Code:5
    Symbol:Unsupported File Type
    Description:The server does not support the requested format.
    Suggested Action:Convert the data to a supported format.

  • Error Code:6
    Symbol:Resource Not Found
    Description:The requested resource does not exist.
    Suggested Action:Verify the resource ID or URL path.

  • Error Code:7
    Symbol:Permission Denied
    Description:Insufficient permissions to perform this operation.
    Suggested Action:Request the necessary permissions from an administrator.

  • Error Code:8
    Symbol:Request Timeout
    Description:The server did not process the request in time.
    Suggested Action:Try again later or optimize the request parameters.

  • Error Code:9
    Symbol:Conflict Error
    Description:The request could not be completed due to a state conflict.
    Suggested Action:Resolve the conflicting state and retry.

  • Error Code:10
    Symbol:Internal Server Error
    Description:The server encountered an unexpected condition.
    Suggested Action:Check server logs and contact support.

  • Error Code:11
    Symbol:Service Unavailable
    Description:The service is temporarily unavailable.
    Suggested Action:Wait a few minutes and retry.

  • Error Code:12
    Symbol:Gateway Timeout
    Description:The upstream server failed to respond in time.
    Suggested Action:Check upstream service health and network routing.

  • Error Code:14
    Symbol:Too Many Requests
    Description:Rate limit exceeded.
    Suggested Action:Slow down your request rate or request a higher quota.

  • Error Code:15
    Symbol:Version Mismatch
    Description:Client and server API versions are incompatible.
    Suggested Action:Update your client or server to matching versions.

  • Error Code:16
    Symbol:Invalid Parameter
    Description:One or more parameters are invalid or missing.
    Suggested Action:Check the API documentation and correct the parameters.

  • Error Code:17
    Symbol:Operation Failed
    Description:The requested operation could not be completed.
    Suggested Action:Review the error details and try again.

  • Error Code:18
    Symbol:Quota Exceeded
    Description:You have exceeded your usage quota.
    Suggested Action:Wait for the quota to reset or request an increase.

  • Error Code:19
    Symbol:Dependency Error
    Description:A required dependency failed to load or initialize.
    Suggested Action:Verify installation of required modules and retry.

  • Error Code:20
    Symbol:Configuration Error
    Description:Application configuration is invalid.
    Suggested Action:Check your config files for typos or invalid settings.

  • Error Code:21
    Symbol:Database Error
    Description:A database operation failed.
    Suggested Action:Inspect database logs and check connectivity.

  • Error Code:22
    Symbol:Cache Miss
    Description:Requested data not found in cache.
    Suggested Action:Try refetching or check cache configuration.

  • Error Code:23
    Symbol:Deprecated API
    Description:The endpoint you’re using is deprecated.
    Suggested Action:Update to the latest API version.

  • Error Code:24
    Symbol:Invalid JSON
    Description:Received malformed JSON data.
    Suggested Action:Validate and correct the JSON syntax.

  • Error Code:25
    Symbol:SSL Certificate Error
    Description:Failed to verify the SSL/TLS certificate.
    Suggested Action:Verify the certificate’s validity and trust chain.

  • Error Code:26
    Symbol:Redirect Loop
    Description:Too many HTTP redirects detected.
    Suggested Action:Check URL redirect settings or endpoint configuration.

  • Error Code:27
    Symbol:Memory Limit Exceeded
    Description:The application exceeded its allocated memory.
    Suggested Action:Increase memory limits or optimize resource usage.

  • Error Code:28
    Symbol:Disk Write Error
    Description:Unable to write data to disk.
    Suggested Action:Check disk space and file system permissions.

  • Error Code:29
    Symbol:Feature Not Implemented
    Description:The requested feature is not yet available.
    Suggested Action:Check the roadmap or contact the developer.