Skip to main content
This article explains the common error codes and HTTP status codes you may encounter when using the Cobo WaaS 2.0 API and how to resolve the errors.

Error codes

Error codeDescriptionSolution
2000Internal error.Try again later.
2002Unsupported HTTP method.Use a supported HTTP method.
2003Missing required parameters.Provide the required parameters.
2006Illegal parameter format or value.Provide valid parameters.
2010Rate limit exceeded.Try again later.
2021Missing request handler.Provide required handlers.
2022Missing required request headers.Provide required headers.
2023API signature validation failed.Use a valid API signature.
2024API key authentication failed.Use a valid API key. If your API key is permanent, you also need to send the API request from a whitelisted IP address. See Register an API key for details.
2025Forbidden access to resources.Check the permission of your API key.
2026Too many requests.Try again later.
2028Resource not found.Check the request URL.
2029Invalid status property.Check the value of the status property.
2040Duplicate key.Use a unique key.
2050No available pricing plan or the usage limit is exceeded.Purchase a pricing plan or upgrade an existing one. To learn more about pricing plans, see Introduction to Bills & Payments.

HTTP status codes

Status codeDescriptionSolution
200OK.N/A
400Bad request.Check the request parameters.
401Unauthorized.Check the API key, API signature, or timestamp.
403Forbidden.Ensure you have the required permissions.
404Not Found.Check the requestURL.
405Method Not Allowed.Use a supported HTTP method.
406Not Acceptable.Ensure the request content format is JSON.
429Too Many Requests.Reduce request frequency and try again later.
500Internal Server Error.Try again later.
502Bad Gateway.Check the connectivity and try again later.
503Service Unavailable.Try again later.