400 | IdempotentTokenMismatch | Specified idempotent token mismatch. | 说明该token已经被使用过,并且该请求参数与之前的请求不一样。 |
400 | InvalidJsonFormat | The request body has an invalid json format. | 请求body是一个非法的JSON格式。 |
400 | InvalidHttpBody | Specified parameter HttpBody is not valid. Its type must be object. | http body必须是一个object。 |
400 | MissingName | Name is mandatory for this action. | 缺少Name参数。 |
400 | InvalidName | Specified parameter Name is not valid. Its type must be string. | Name必须是一个string。 |
400 | InvalidName | Specified parameter Name is not valid. Its length must be in [1, 64]. | Name的长度必须在1与64之间。 |
400 | InvalidName | Specified parameter Name is not valid. It must only contain characters within [a-zA-Z0-9_-], and must not start with [0-9]. | Name中只能包括字母数字和_-,但不能以数字开头。 |
400 | InvalidDescription | Specified parameter Description is not valid. Its type must be string. | Description必须是一个string。 |
400 | InvalidDescription | Specified parameter Description is not valid. Its length must be in [0, 1024]. | Description的长度必须在0与1024之间。 |
400 | InvalidPriority | Specified parameter Priority is not valid. Its type must be integer. | Priority必须是一个integer。 |
400 | InvalidPriority | Specified parameter Priority is not valid. It must be in [0, 1000]. | Priority的大小必须在0与1000之间。 |
400 | InvalidJobFailOnInstanceFail | Specified parameter JobFailOnInstanceFail is not valid. Its type must be boolean. | JobFailOnInstanceFail必须是一个布尔类型。 |
400 | MissingType | Type is mandatory for this action. | 缺少Type参数。 |
400 | InvalidType | Specified parameter Type is not valid. | Type参数取值不合法。 |
400 | MissingDAG | DAG is mandatory for this action. | 缺少DAG参数。 |
400 | InvalidDAG | Specified parameter DAG is not valid. Its type must be object. | DAG必须是一个object。 |
400 | MissingTasks | Tasks is mandatory for this action. | 缺少Tasks参数。 |
400 | InvalidTasks | Specified parameter Tasks is not valid. Its type must be object. | Tasks必须是一个object。 |
400 | InvalidTasks | Specified parameter Tasks is not valid. Its size must be in [1, 16]. | UserData的大小必须在1与16之间。 |
400 | InvalidTasks.{key} | Specified parameter Tasks.{key} is not valid. Its length must be in [1, 64]. | Tasks.{key}的大小必须在1与64之间。 |
400 | InvalidTasks.{key} | Specified parameter Tasks.{key} is not valid. It must only contain characters within [a-zA-Z0-9_-], and must not start with [0-9].. | Tasks.{key}中只能包括字母数字和_-,但不能以数字开头。 |
403 | QuotaExhausted.MaxJobCount | The MaxJobCount ({value}) quota is exhausted. | Job数量不能超过{value}。 |
403 | QuotaExhausted.MaxJobTaskCount | The MaxJobTaskCount ({value}) quota is exhausted. | 一个Job中的Task的数量不能超过{value}。 |
403 | QuotaExhausted.MaxTaskInstanceCount | The MaxTaskInstanceCount ({value}) quota is exhausted. | 一个Task的InstanceCount不能超过{value}。 |
403 | QuotaExhausted.MaxInstanceTimeout | The MaxInstanceTimeout ({value}) quota is exhausted. | 一个Instance的Timeout不能超过{value}。 |
400 | MissingParameters | Parameters is mandatory for this action. | 缺少Parameters参数。 |
400 | InvalidParameters | Specified parameter Parameters is not valid. Its type must be object. | Parameters必须是一个object。 |
400 | MissingCommand | Command is mandatory for this action. | 缺少Command参数。 |
400 | InvalidCommand | Specified parameter Command is not valid. Its type must be object. | Command必须是一个object。 |
400 | MissingCommandLine | CommandLine is mandatory for this action. | 缺少CommandLine参数。 |
400 | InvalidCommandLine | Specified parameter CommandLine is not valid. Its type must be string. | CommandLine必须是一个string。 |
400 | InvalidCommandLine | Specified parameter CommandLine is not valid. Its length must be in [0, 1024]. | CommandLine的长度必须在0与1024之间。 |
400 | InvalidPackagePath | Specified parameter PackagePath is not valid. Its type must be string. | PackagePath必须是一个string。 |
400 | InvalidPackagePath | Specified parameter PackagePath is not valid. Its length must be in [0, 1024]. | PackagePath的长度必须在0与1024之间。 |
400 | InvalidPackagePath | Specified parameter PackagePath is not valid. OSS path must start with ‘oss://‘, must end with ‘/‘ if it is a folder, and must not end with ‘/‘ if it is a file. | PackagePath必须是一个合法的OSS路径。 |
400 | InvalidEnvVars | Specified parameter EnvVars is not valid. Its type must be object. | EnvVars必须是一个object。 |
400 | InvalidEnvVars | Specified parameter EnvVars is not valid. Its size must be in [0, 64]. | EnvVars的大小必须在0与64之间。 |
400 | InvalidEnvVars.{key} | Specified parameter EnvVars.{key} is not valid. Its length must be in [1, 128]. | EnvVars.{key}的大小必须在1与128之间。 |
400 | InvalidEnvVars.{key}.value | Specified parameter EnvVars.{key}.value is not valid. Its type must be string. | EnvVars.{key}对应的Value必须是一个string。 |
400 | InvalidEnvVars.{key}.value | Specified parameter EnvVars.{key}.value is not valid. Its length must be in [0, 1024]. | EnvVars.{key}对应的value的长度必须在0与1024之间。 |
400 | InvalidInputMappingConfig | Specified parameter InputMappingConfig is not valid. Its type must be object. | InputMappingConfig必须是一个object。 |
400 | InvalidLocale | Specified parameter Locale is not valid. | Locale参数取值不合法。 |
400 | InvalidLock | Specified parameter Lock is not valid. Its type must be boolean. | Lock必须是一个布尔类型。 |
400 | InvalidStdoutRedirectPath | Specified parameter StdoutRedirectPath is not valid. Its type must be string. | StdoutRedirectPath必须是一个string。 |
400 | InvalidStdoutRedirectPath | Specified parameter StdoutRedirectPath is not valid. Its length must be in [0, 1024]. | StdoutRedirectPath的长度必须在0与1024之间。 |
400 | InvalidStdoutRedirectPath | Specified parameter StdoutRedirectPath is not valid. OSS path must start with ‘oss://‘, must end with ‘/‘ if it is a folder, and must not end with ‘/‘ if it is a file. | StdoutRedirectPath必须是一个合法的OSS路径。 |
400 | InvalidStderrRedirectPath | Specified parameter StderrRedirectPath is not valid. Its type must be string. | StderrRedirectPath必须是一个string。 |
400 | InvalidStderrRedirectPath | Specified parameter StderrRedirectPath is not valid. Its length must be in [0, 1024]. | StderrRedirectPath的长度必须在0与1024之间。 |
400 | InvalidStderrRedirectPath | Specified parameter StderrRedirectPath is not valid. OSS path must start with ‘oss://‘, must end with ‘/‘ if it is a folder, and must not end with ‘/‘ if it is a file. | StderrRedirectPath必须是一个合法的OSS路径。 |
400 | InvalidInputMapping | Specified parameter InputMapping is not valid. Its type must be object. | InputMapping必须是一个object。 |
400 | InvalidInputMapping | Specified parameter InputMapping is not valid. Its size must be in [0, 16]. | InputMapping的Key的个数必须在0与16之间。 |
400 | InvalidInputMapping.{key} | Specified parameter InputMapping.{key} is not valid. Its length must be in [1, 1024]. | InputMapping.{key}的大小必须在1与1024之间。 |
400 | InvalidInputMapping.{key} | Specified parameter InputMapping.{key} is not valid. OSS path must start with ‘oss://‘, must end with ‘/‘ if it is a folder, and must not end with ‘/‘ if it is a file. | InputMapping.{key}必须是一个合法的OSS路径。 |
400 | InvalidInputMapping.{key}.value | Specified parameter InputMapping.{key}.value is not valid. Its type must be string. | InputMapping.{key}对应的Value必须是一个string。 |
400 | InvalidInputMapping.{key}.value | Specified parameter InputMapping.{key}.value is not valid. Its length must be in [0, 1024]. | InputMapping.{key}对应的value的长度必须在0与1024之间。 |
400 | InvalidInputMapping.{key}.value | Specified parameter InputMapping.{key}.value is not valid. Local path must be an absolute path on linux, and an drive letter on windows. | InputMapping.{key}对应的value必须是一个合法的本地路径。 |
400 | InvalidOutputMapping | Specified parameter OutputMapping is not valid. Its type must be object. | OutputMapping必须是一个object。 |
400 | InvalidOutputMapping | Specified parameter OutputMapping is not valid. Its size must be in [0, 16]. | OutputMapping的Key的个数必须在0与16之间。 |
400 | InvalidOutputMapping.{key} | Specified parameter OutputMapping.{key} is not valid. Its length must be in [1, 1024]. | OutputMapping.{key}的大小必须在1与1024之间。 |
400 | InvalidOutputMapping.{key} | Specified parameter OutputMapping.{key} is not valid. Local path must be an absolute path. | OutputMapping.{key}必须是一个合法的本地路径。 |
400 | InvalidOutputMapping.{key}.value | Specified parameter OutputMapping.{key}.value is not valid. Its type must be string. | OutputMapping.{key}对应的Value必须是一个string |
400 | InvalidOutputMapping.{key}.value | Specified parameter OutputMapping.{key}.value is not valid. Its length must be in [0, 1024]. | OutputMapping.{key}对应的value的长度必须在0与1024之间。 |
400 | InvalidOutputMapping.{key}.value | Specified parameter OutputMapping.{key}.value is not valid. OSS path must start with ‘oss://‘, must end with ‘/‘ if it is a folder, and must not end with ‘/‘ if it is a file. | OutputMapping.{key}对应的value的大小必须在1与1024之间。 |
400 | InvalidLogMapping | Specified parameter LogMapping is not valid. Its type must be object. | LogMapping必须是一个object。 |
400 | InvalidLogMapping | Specified parameter LogMapping is not valid. Its size must be in [0, 16]. | LogMapping的Key的个数必须在0与16之间。 |
400 | InvalidLogMapping.{key} | Specified parameter LogMapping.{key} is not valid. Its length must be in [1, 1024]. | LogMapping.{key}的大小必须在1与1024之间。 |
400 | InvalidLogMapping.{key} | Specified parameter LogMapping.{key} is not valid. Local path must be an absolute path. | LogMapping.{key}必须是一个合法的本地路径。 |
400 | InvalidLogMapping.{key}.value | Specified parameter LogMapping.{key}.value is not valid. Its type must be string. | LogMapping.{key}对应的Value必须是一个string。 |
400 | InvalidLogMapping.{key}.value | Specified parameter LogMapping.{key}.value is not valid. Its length must be in [0, 1024]. | LogMapping.{key}对应的value的长度必须在0与1024之间。 |
400 | InvalidLogMapping.{key}.value | Specified parameter LogMapping.{key}.value is not valid. OSS path must start with ‘oss://‘, must end with ‘/‘ if it is a folder, and must not end with ‘/‘ if it is a file. | LogMapping.{key}对应的value的大小必须在1与1024之间。 |
400 | InvalidTimeout | Specified parameter Timeout is not valid. Its type must be integer. | Timeout必须是一个integer。 |
400 | MissingInstanceCount | InstanceCount is mandatory for this action. | 缺少InstanceCount参数。 |
400 | InvalidInstanceCount | Specified parameter InstanceCount is not valid. Its type must be integer. | InstanceCount必须是一个integer。 |
400 | InvalidMaxRetryCount | Specified parameter MaxRetryCount is not valid. Its type must be integer. | MaxRetryCount必须是一个integer。 |
400 | MissingClusterId | ClusterId is mandatory for this action. | 缺少ClusterId参数。 |
400 | InvalidClusterId | Specified parameter ClusterId is not valid. Its type must be string. | ClusterId必须是一个string。 |
400 | InvalidClusterId | Specified parameter ClusterId is not valid. Its length must be in [1, 64]. | ClusterId的长度必须在1与64之间。 |
400 | InvalidClusterId | Specified parameter ClusterId is not valid. It must only contain characters within [a-zA-Z0-9_-], and must not start with [0-9]. | ClusterId中只能包括字母数字和_-,但不能以数字开头。 |
400 | InvalidDependencies | Specified parameter Dependencies is not valid. Its type must be object. | Dependencies必须是一个object。 |
400 | InvalidDependencies.{key}.value | Specified parameter Dependencies.{key}.value is not valid. Its type must be array. | Dependencies.{key}对应的Value必须是一个array。 |
400 | Invalid{Parameter} | Specified parameter {Parameter} is not valid. | {Parameter}参数不合法。 |