| Error Code |
Description |
| FailedOperation.NoPermissionToUseTheDataEngine |
The user does not have permission to specify the engine. |
| FailedOperation.SQLTaskParseFailed |
Syntax parsing failed. Please verify and try again. |
| InternalError |
An internal error occurred. |
| InternalError.DBError |
A database error occurred. |
| InternalError.InternalSystemException |
The business system is abnormal. Please try again or submit a ticket to contact us. |
| InvalidParameter |
The parameter is incorrect. |
| InvalidParameter.DataEngineOnlySupportSQL |
The current task only supports SQL engine operation. |
| InvalidParameter.ImageEngineTypeNotMatch |
The specified engine type does not match. Currently, only SparkSQL, PrestoSQL, and SparkBatch are supported. |
| InvalidParameter.ImageIsPublicNotMatch |
The specified isPublic does not match. Currently, it only supports 1: public and 2: private. |
| InvalidParameter.ImageParameterNotFound |
The specified cluster image parameter does not exist. |
| InvalidParameter.ImageParameterSubmitMethodNotMatch |
The specified cluster image ParameterSubmitMethod does not match. Currently, only User and BackGround are supported. |
| InvalidParameter.ImageParameterTypeNotMatch |
The specified cluster image ParameterType does not match. Currently, it only supports 1: session; 2: common; 3: cluster. |
| InvalidParameter.InvalidConfigKeyNotFound |
The specified task parameter Key value does not exist. |
| InvalidParameter.InvalidConfigValueLengthOutLimit |
The length of the specified task parameter Value exceeds the limit. |
| InvalidParameter.InvalidConfigValueRegexpNotMatch |
The specified task parameter Value does not conform to the rules. |
| InvalidParameter.InvalidDataEngineName |
The data engine name is invalid. |
| InvalidParameter.InvalidFailureTolerance |
The task fault tolerance type is wrong. Currently, only Proceed/Terminate is supported. |
| InvalidParameter.InvalidSQL |
SQL parsing failed. |
| InvalidParameter.InvalidSQLConfigSQL |
Parameter verification failed. Please adjust the parameters or submit a ticket to contact us. |
| InvalidParameter.InvalidSQLNum |
The number of executed SQL statements is incorrect. The number of SQL statements must be greater than or equal to 1 and less than or equal to 50. |
| InvalidParameter.InvalidStoreLocation |
The storage location is incorrect. |
| InvalidParameter.InvalidTaskType |
The TaskType is incorrect. The Spark engine task type is SparkSQLTask, and the Presto engine task type is SQLTask. |
| InvalidParameter.InvalidWhiteListKey |
There is an error in getting an allowlist. Please try again or submit a ticket to contact us. |
| InvalidParameter.ParameterBase64DecodeFailed |
Base64 parsing of the specified parameter failed. |
| InvalidParameter.ParameterNotFoundOrBeNone |
The parameter is not found or empty. |
| InvalidParameter.SQLBase64DecodeFail |
Base64 parsing of the SQL script failed. |
| InvalidParameter.SQLParameterPreprocessingFailed |
SQL parameter preprocessing failed. |
| ResourceNotFound |
The resource does not exist. |
| ResourceNotFound.DataEngineNotFound |
The specified engine does not exist. |
| ResourceNotFound.DataEngineNotRunning |
The specified engine is not running. |
| ResourceNotFound.DataEngineNotUnique |
The specified engine already exists. |
| ResourceNotFound.DefaultDataEngineNotFound |
No default engine can be found. |
| ResourceNotFound.ResultOutputPathNotFound |
The result path was not found. |
| ResourceUnavailable.BalanceInsufficient |
The account balance is insufficient to run the SQL task. |
| UnauthorizedOperation.UseComputingEngine |
The sub-user does not have permission to use the compute engine. |
| UnsupportedOperation.UnsupportedFileType |
The current file format is not supported. Currently, it only supports json/csv/avro/orc/parquet. |