错误码表
本文介绍智能媒体服务IMS常见错误码。
通用错误
错误代码 | 错误信息 | HTTP状态码 | 备注 |
---|---|---|---|
MissingParameter | The input parameter \ that is mandatory for processing this request is not supplied. | 400 | 缺少参数。 |
InvalidParameter | The specified parameter \ is not valid. | 400 | 参数无效。 |
OperationDenied | Your account does not open IMS service yet. | 403 | 账号未开通智能媒体服务。 |
OperationDenied.Suspended | Your IMS service is suspended. | 403 | 账号已欠费,请充值。 |
ProjectNotFound | Project not found. | 404 | 未找到Project |
ResourceNotFound | Resource not found | 404 | 找不到资源 |
RequestsTooFrequent | Requests are too frequent | 403 | 请求过于频繁 |
Forbidden | User not authorized to operate on the specified resource. | 403 | 无权限执行该操作。(一般是由于账号未获得相应权限,参考账号授权策略。) |
InternalError | The request processing has failed due to some unknown error. | 500 | 后台发生未知错误,请稍后重试或联系客服解决。 |
ServiceUnAvailable | The request has failed due to a temporary failure of the server. | 503 | 服务不可用。 |
合成错误码
错误代码 | 错误信息 | 备注 |
---|---|---|
InvalidParameter | The specified parameter "VideoClip.MediaURL" is not valid. | Timeline参数错误,请根据错误信息排查。 |
InvalidParameter.ResourceContentBad | The resource operated InputFile is bad | 素材文件问题,可能是流信息问题,请检查素材文件,或提工单排查。 |
InvalidMaterial.NotFound | The specified clips url not found:"http://your-bucket.oss-cn-shanghai.aliyuncs.com/your-object.mp4" | 找不到素材文件,请检查OSS文件是否存在。 |
QueryMaterialFailed | The specified material query failed for clips "your-mediaid" | 媒资文件分析失败,可能是素材文件格式错误,请根据MediaId检查错误信息。 |
ProduceTimelineFormatError | The Editing Project's Timeline format error. Video MediaId is not valid. MediaId:xxx | Timeline格式有误,请根据错误信息排查。Timeline配置请参考 Timeline配置说明。 |
EditingProjectNotExist | The specific Editing Project is not exist. | 剪辑工程未找到。 |
ProduceFailed | The Producing for Editing Project's failed. | 合成底层报错,一般为素材原因或Timeline用法有误,可提工单排查。 |