API error codes (ODPS-04CCCCX)
Updated at:
This topic describes API error codes, their triggers, and solutions.
Error codes of this type use the following format.
ODPS-04CCCCX:General description - Context-specific information API errors include faults from various modules. The CCCC segment of the error code indicates the source module: Web (1000–1999), Worker (2000–2999), Scheduler (3000–3999), Executor (4000–4999), and Message Service (5000–5999). The following table lists the specific error codes.| Error code | Module | Severity level | Trigger condition | Method |
| ODPS-0410001:Missing authentication parameters | Web-Authentication | 1 | Authentication parameters are missing. The API returns a 400 error. | Provide the missing authentication parameters. |
| ODPS-0410011:Invalid authentication parameters | Web-Authentication | 1 | The authentication parameters are invalid. The API returns a 400 error. | Modify the authentication parameters. |
| ODPS-0410021:Invalid signature method | Web-Authentication | 1 | The signature algorithm is not supported. The API returns a 400 error. | Use a different signature algorithm. |
| ODPS-0410031:Authentication request expired | Web-Authentication | 1 | The authentication request has expired. The API returns a 400 error. | Authenticate again. |
| ODPS-0410042:Invalid signature value | Web-Authentication | 2 | The authentication signature does not match. The API returns a 401 error. | Correct the signature. |
| ODPS-0410051:Invalid credentials | Web-Authentication | 1 | The user's authorization information is invalid. The API returns a 401 error. | Correct the authorization information and authenticate again. |
| ODPS-0420031:Invalid xml in HTTP request body | Worker-Request handler | 1 | A parameter is invalid. The API returns a 400 error. | Correct the parameter. |
| ODPS-0420041:Missing parameter in HTTP request | Worker-Request handler | 1 | A parameter is missing. The API returns a 400 error. | Provide the missing parameter. |
| ODPS-0420051:Missing parameter in HTTP request | Worker-Request handler | 1 | A parameter is missing. The API returns a 400 error. | Provide the missing parameter. |
| ODPS-0420061:Invalid parameter in HTTP request | Worker-Request handler | 1 | A parameter is invalid. The API returns a 400 error. | Use a valid parameter. |
| ODPS-0420061: Invalid parameter in HTTP request - Fetched data is larger than the rendering limitation. Please try to reduce your limit size or column number | Worker-Request handler | 1 | The error occurs because the number of rows to display exceeds 10,000. |
|
| ODPS-0420071:Invalid header in HTTP request | Worker-Request handler | 1 | The message header is invalid. The API returns a 400 error. | Use a valid message header. |
| ODPS-0420081:Method not allowed | Worker-Reqeust handler | 1 | The method is not supported. The API returns a 405 error. | Use a supported method. |
| ODPS-0420095:Access Denied | Worker-Request handler | 5 | The user does not have the required permission for the operation. The API returns a 403 error. | Grant the user the required permission for the operation based on the error message. For example, if the error message is You have no privilege 'odps:CreateInstance' on {acs:odps:*:projects/maxcompute_dev}, the owner of the maxcompute_dev project must grant the user the CreateInstance permission for the project. For more information about authorization, see MaxCompute permissions. |
| ODPS-0420111:Not found the project | Worker | 1 | The project does not exist. The API returns a 404 error. | Modified an existing project. |
| ODPS-0420121:The project has already existed | Worker | 1 | The project already exists. The API returns a 409 error. | Change the project name to one that is not in use. |
| ODPS-0420131:Invalid project name | Worker | 1 | The project name is invalid. The API returns a 400 error. | Use a valid project name. |
| ODPS-0420141:Invalid group name | Worker | 1 | The group name is invalid. The API returns a 400 error. | Use a valid group name. |
| ODPS-0421111:Not found the resource | Worker | 1 | The resource does not exist. The API returns a 404 error. | Modify an existing resource. |
| ODPS-0421121:The resource has already existed | Worker | 1 | The resource already exists. The API returns a 409 error. | Change the resource name to one that is not in use. |
| ODPS-0421131:Invalid resource name | Worker | 1 | The resource name is invalid. The API returns a 400 error. | Use a valid resource name. |
| ODPS-0421141:Invalid resource type | Worker | 1 | The resource type is invalid. The API returns a 400 error. | Use a valid resource type. |
| ODPS-0421151:Delete resource conflict | Worker | 1 | A conflict occurred when deleting the resource. The API returns a 409 error. | Confirm that the resource can be deleted. |
| ODPS-0421161:Download resource denied | Worker | 1 | The request to download the resource was denied. The API returns a 403 error. | Confirm that the required permission to download the resource is granted. |
| ODPS-0421173:Download resource error | Worker | 3 | The resource failed to download. The API returns a 404 or 500 error. | Download the resource again. |
| ODPS-0421181:Invalid resource content | Worker | 1 | The resource directory is invalid. The API returns a 400 error. | Use a valid resource directory. |
| ODPS-0421191:Invalid ContentDisposition in HTTP header | Worker | 1 | The Content-Disposition header is invalid. The API returns a 400 error. | Use a valid Content-Disposition header. |
| ODPS-0421201:Add or update resource failed | Worker | 1 | Failed to add or update the resource. The API returns a 400 or 500 error. | Identify the cause of the failure and try again. |
| ODPS-0421213:Save resource error | Worker | 3 | Failed to save the resource. The API returns a 500 error. | Identify the cause of the failure and try to save the resource again. |
| ODPS-0422111:Not found the table | Worker | 1 | The table does not exist. The API returns a 404 error. | Modify an existing table. |
| ODPS-0422121:The table has already existed | Worker | 1 | The table already exists. The API returns a 409 error. | Change the table name to one that is not in use. |
| ODPS-0422131:Invalid table name | Worker | 1 | The table name is invalid. The API returns a 400 error. | Use a valid table name. |
| ODPS-0422141:Not found the partition | Worker | 1 | The partition does not exist. The API returns a 404 error. | Specify an existing partition. |
| ODPS-0422174:Invalid column type | Worker | 4 | The column type is invalid. The API returns a 400 error. | Use a valid column type. |
| ODPS-0423111:Not found the function | Worker | 1 | The function does not exist. The API returns a 404 error. | Specify an existing function. |
| ODPS-0423121:The function has already existed | Worker | 1 | The function already exists. The API returns a 409 error. | Change the function name to one that is not in use. |
| ODPS-0423131:Invalid function name | Worker | 1 | The function name is invalid. The API returns a 400 error. | Use a valid function name. |
| ODPS-0424111:Not found the instance | Worker | 1 | The instance does not exist. The API returns a 404 error. | Specify an existing instance. |
| ODPS-0424145:Delete instance conflict | Worker | 1 | A conflict occurred when deleting the instance. The API returns a 409 error. | Check if the instance is in use. |
| ODPS-0424151:Invalid state setting | Worker | 1 | A parameter is invalid. The API returns a 400 error. | Correct the parameter. |
| ODPS-0425111:Not found the job | Worker | 1 | The job does not exist. The API returns a 404 error. | Switch to an existing job. |
| ODPS-0425121:The job has already existed | Worker | 1 | The job already exists. The API returns a 409 error. | Change the job to one that does not cause a conflict. |
| ODPS-0425131:Invalid job name | Worker | 1 | The job name is invalid. The API returns a 400 error. | Use a valid job name. |
| ODPS-0426111:Invalid event parameter | Worker | 1 | The event parameter is invalid. The API returns a 400 error. | Use a valid parameter. |
| ODPS-0426123:The event has already existed | Worker | 3 | The event already exists. The API returns a 409 error. | Change the event to one that does not cause a conflict. |
| ODPS-0426133:Not found the event | Worker | 3 | The event does not exist. The API returns a 404 error. | Modify an existing event. |
| ODPS-0426145:Invalid event operation | Worker | 5 | The event operation is invalid. The API returns a 400 error. | Make sure the operation is valid. |
Is this page helpful?