Xlib errors follow this format:
ODPS-05CCCCX:General description - Context-related description
The four-digit CCCC segment identifies the module where the error originated:
| Module | CCCC range |
|---|---|
| CLIENT/SDK | 1000–1999 |
| TASK | 2000–2999 |
| MPI | 3000–3999 |
| ALGORITHM | 4000–4999 |
CLIENT/SDK errors
| Error message | Severity | Trigger condition | Solution | |
|---|---|---|---|---|
| ODPS-0510005:Unknown exception from client | CLIENT | 5 | Internal error. | Submit a ticket to contact MaxCompute technical support. |
| ODPS-0510011:Invalid parameters | 1 | The parameters are invalid. | Modify the parameters. | |
| ODPS-0510021:Authorization exception | 1 | You are not authorized to perform this operation. | Complete authorization. | |
| ODPS-0510031:Exception in visiting web api | CLIENT | 1 | An exception occurred when accessing the API. | Submit a ticket to contact MaxCompute technical support. |
| ODPS-0510041:Table not found | 1 | The specified table does not exist. | Change the table name to the name of an existing table. | |
| ODPS-0510051:Table already exists | 1 | The specified table already exists. | Change the name of the table to avoid name conflicts. | |
| ODPS-0510061:Invalid Project | 1 | The project settings are abnormal. | Modify the project settings. | |
| ODPS-0520015:Task running error | TASK | 5 | The task cannot run. | Submit a ticket to contact MaxCompute technical support. |