狀態代碼 | 錯誤碼 | 錯誤資訊 | 語義 |
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}參數不合法。 |