MaxCompute provides an error code mechanism to help you quickly locate the error type, severity, and cause of an error and resolve the related issues. This topic describes the error message format and a list of error codes of MaxCompute.
Error message format
MaxCompute error messages are in the following format:
Error code:General description - Context-related description
Item | Description |
Error code | Helps you determine the error type, cause, and severity of an error. Format:
|
General description | Describes the intuitive cause of an error. Each general description corresponds to one error code. |
Context-related description | Helps you locate the cause of an error. |
For example, in ODPS-0130131:Table not found - "myproject" "mytable"
, error code ODPS-0130131
corresponds to the general description Table not found
. "myproject" "mytable"
is an error message, which is used to locate the cause of the error.
Solution
If an error is displayed in the running results of a job when you use MaxCompute, you can resolve the issue by referring to the following procedure:
Determine the module, severity, and cause of the error based on Error message format.
Fix the error based on the error message. If the cause of the error is complex, you can use Logview to locate the error. For more information about Logview, see Use LogView V2.0 to view job information.
Errors
For more information about errors of different types, trigger conditions, and solutions, see the following topics: