本文列出通用错误、作业错误、管道错误和消息发送错误。

通用错误

错误代码描述详细信息
Throttling接口限流Request was denied due to request throttling.
InvalidIdentity.ServiceDisabled服务未开通或已经被冻结The request identity was not allowed operated.
InvalidParameter参数不合法The specified parameter \”%s\” is invalid.
InvalidParameter.NullValue参数为空The specified parameter \”%s\” cannot be null.
InvalidParameter.InvalidState状态无效The specified parameter \”%s\” is invalid.
InvalidParameter.EmptyValue参数不能为空The specified parameter \”%s\” cannot be empty.
InvalidParameter.NotSupported参数不支持,比如自定义模板中H.265暂时不支持设置ProfileThe specified parameter \”%s\” is not supported.
InternalError内部未知错误The operation has failed due to some unknown error, exception or failure.
InvalidParameter.OutOfRange参数超出范围The specified parameter \”%s\” is out of range.
InvalidParameter.ResourceNotFound操作的资源不存在The resource operated \”%s\” cannot be found.
InvalidParameter.ResourceContentBad操作的资源内容存在问题The resource operated \”%s\” is bad.
InvalidParameter.ResourceNotSupported操作的资源不被支持,例如:文件后缀存在问题The resource operated \”%s\” is not supported.
InvalidParameter.NoAudioStream操作的资源没有音频流The resource has no audio stream.
InvalidParameter.MergeFileNoVideoOrAudio拼接文件必须同时包含视频和音频流The merge File must contain video and audio stream at the sametime.
PermissionDenied.ResourceAccess资源访问权限受限MTS not authorized to operate on the specified resource \”%s\”.
PermissionDenied.ResourceQuotaExceed资源配额已经被用完The resource \”%s\” quota has been used up.
InvalidParameter.ResourceDeleted操作的资源已经被删除The resource operated \”%s\” has been deleted.
InvalidParameter.JsonFormatInvalid参数不是有效的JSON字符串The parameter \”%s\” does not conform to the JSON specification.
InvalidParameter.JsonObjectFormatInvalid参数不是有效的JSON Object字符串The parameter \”%s\” does not conform to the JSON Object specification.
InvalidParameter.JsonArrayFormatInvalid参数不是有效的JSON Array字符串The parameter \”%s\” does not conform to the JSON Array specification.
InvalidParameter.UUIDFormatInvalid无效的ID,不符合UUID规范The parameter \”%s\” is invalid.A uuid must:1)be comprised of chracters[a-f],numbers[0-9];2)be 32 characters long.
InvalidParameter.Format参数格式错误The format of parameter \”%s\” is invalid.
InvalidParameter.NumberFormatInvalid数字格式错误The number format of parameter \”%s\” is invalid.
InvalidParameter.BucketNameInvalid指定的Bucket名称不符合OSS Bucket规格The bucket name \”%s\” is invalid. A bucket name must: 1) be comprised of lower-case characters, numbers, underscore(_) or dash(-); 2) start with lower case or numbers; 3) be between 3-255 characters long.
InvalidParameter.LocationInvalid指定的Location不符合OSS Location规格The location \”%s\” is invalid. A location name shoud be one of five:oss-cn-hangzhou,oss-cn-qingdao,oss-cn-beijing,oss-cn-hongkong,oss-cn-shenzhen.And now MTS only support oss-cn-hangzhou.
InvalidParameter.ObjectKeyInvalid指定的Object名称不符合OSS Object规格The object key \”%s\” is invalid. An object name should be between 1 - 1023 bytes long when encoded as UTF-8 and cannot contain LF or CR or unsupported chars in XML1.0.

作业错误

错误代码描述详细信息
PermissionDenied.JobInComplete无权取消处于完成的作业The Job operated \”%s\” is complete, cannot cancel.
PermissionDenied.JobInFailure无权取消处于失败状态的作业The Job operated \”%s\” is failure, cannot cancel.
PermissionDenied.JobInRunning无权取消处于正在运行状态的作业The Job operated \”%s\” is running, cannot cancel.
InvalidParameter.TemplateNotSupported操作的模板不被支持,例如:提交作业时指定的预置模板不在智能分析成功时推荐的预置模板列表中The template operated \”%s\” is not supported.
InvalidParameter.TemplateNotFound操作的模板不存在The Template operated \”%s\” cannot be found.

管道错误

错误代码描述详细信息
NotSupportedJob.SystemTemplateJobNotSupportedBoost 管道不支持系统模板作业The Template \”%s\” is a system template,cannot be supported by boost pipeline.
NotSupportedJob.AnalysisJobNotSupportedBoost 管道不支持分析作业Analysis Job cannot be supported by boost pipeline.
NotSupportedJob.ContainerFormatNotSupportedBoost 管道不支持自定义模板格式为非m3u8格式In user defined template \”%s”,container format \”%s” is not m3u8, cannot be supported by boost pipeline.
NotSupportedJob.DurationIsLessThanHalfAnHourBoost管道不支持小于半个小时的作业Duration is \”%s\” less than half an hour,cannot be supported by boost pipeline.

消息发送错误

错误代码描述详细信息
EntityNotExist.Role角色不存在The role does not exist.
AccessDenied无权限发送消息The OwnerId that your AccessKey Idassociated to is forbidden for this operation.
InvalidQueueName无效的队列名The queue name you provided is invalid. QueueName should start with alpha and contain only alpha, digit or - .
TopicNameInvalid主题名称无效The topic name you provided is invalid. TopicName should start with alpha or digit and contain only alpha, digit or -.
QueueNotExist队列不存在The queue name you provided does not exist.
TopicNotExist主题不存在The Topic you provided does not exist.
InvalidArgument消息体超过长度限制The length of message must not be larger than MaximumMessageSize.