All Products
Search
Document Center

MaxCompute:Error code overview

Last Updated:Mar 25, 2026

MaxCompute error codes identify which component failed, how severe the failure is, and what went wrong — so you can locate and fix issues without guessing.

Error message format

Every MaxCompute error message follows this structure:

Error code:General description - Context-related description
ComponentDescription
Error codeIdentifies the module, error type, and severity. Format: ODPS-MMCCCCX
General descriptionA short, human-readable explanation of the error. Each error code maps to exactly one general description.
Context-related descriptionRuntime details that help you pinpoint the root cause.

Example: In ODPS-0130131:Table not found - "myproject" "mytable", the error code is ODPS-0130131, the general description is Table not found, and "myproject" "mytable" is the context that identifies the missing table.

Error code structure

The error code ODPS-MMCCCCX consists of three fields:

FieldDescriptionValues
MMModule number — identifies which component raised the error0014 (see table below)
CCCCError code — a four-digit integer that identifies the specific errorSee Error reference
XSeverity — a one-digit integer. Higher means more severe.1 (minor, e.g., invalid user input) to 9 (major, e.g., atomicity error)

Module numbers

Module (MM)Component
00Common errors — failures in underlying components such as Tablestore, Apsara Distributed File System, or Job Scheduler
01SQL jobs
02Procedural language (PL) jobs
03Data Tunnel (DT) — MaxCompute Tunnel jobs
04API
05Xlib jobs — the data mining module in MaxCompute
07MapReduce jobs
08ODPS SDK or client jobs
09Streaming jobs
10Replication jobs
11xFlow jobs
12AlgoTask jobs — Machine Learning Platform for AI (PAI) jobs
13PAI Server (PS)
14Galaxy jobs

Resolve an error

  1. From the error message, identify the module (MM), severity (X), and error number (CCCC) to determine the cause of the error.

  2. Fix the error based on the context-related description. For complex failures, use LogView V2.0 to inspect job logs. See Use LogView V2.0 to view job information.

Errors

For trigger conditions and solutions for each error type, see the corresponding reference: