Throttling |
The error message returned because the request was throttled. |
Request was denied due to request throttling. |
InvalidIdentity.ServiceDisabled |
The error message returned because the service is not activated or is frozen. |
The request identity was not allowed operated. |
InvalidParameter |
The error message returned because the specified parameter is invalid. |
The specified parameter \"%s\" is invalid. |
InvalidParameter.NullValue |
The error message returned because the parameter is set to null. |
The specified parameter \"%s\" cannot be null. |
InvalidParameter.InvalidState |
The error message returned because the status is invalid. |
The specified parameter \"%s\" is invalid. |
InvalidParameter.EmptyValue |
The error message returned because the parameter is empty. |
The specified parameter \"%s\" cannot be empty. |
InvalidParameter.NotSupported |
The error message returned because the parameter is not supported. For example, the
Profile parameter is not supported for H.265 encoding jobs that use custom templates.
|
The specified parameter \"%s\" is not supported. |
InternalError |
The error message returned because an unknown internal error occurred. |
The operation has failed due to some unknown error, exception or failure. |
InvalidParameter.OutOfRange |
The error message returned because the specified parameter value is outside the accepted
range.
|
The specified parameter \"%s\" is out of range. |
InvalidParameter.ResourceNotFound |
The error message returned because the specified resource does not exist. |
The resource operated \"%s\" cannot be found. |
InvalidParameter.ResourceContentBad |
The error message returned because the resource content is invalid. |
The resource operated \"%s\" is bad. |
InvalidParameter.ResourceNotSupported |
The error message returned because the resource type is not supported. For example,
the file name extension is invalid.
|
The resource operated \"%s\" is not supported. |
InvalidParameter.NoAudioStream |
The error message returned because the specified resource does not contain an audio
stream.
|
The resource has no audio stream. |
InvalidParameter.MergeFileNoVideoOrAudio |
The error message returned because the merged files do not contain audio and video
streams at the same time.
|
The merge File must contain video and audio stream at the sametime. |
PermissionDenied.ResourceAccess |
The error message returned because the resource access request is denied. |
MTS not authorized to operate on the specified resource \"%s\". |
PermissionDenied.ResourceQuotaExceed |
The error message returned because the resource quota has been used up. |
The resource \"%s\" quota has been used up. |
InvalidParameter.ResourceDeleted |
The error message returned because the specified resource has been deleted. |
The resource operated \"%s\" has been deleted. |
InvalidParameter.JsonFormatInvalid |
The error message returned because the specified parameter value is not a valid JSON
string.
|
The parameter \"%s\" does not conform to the JSON specification. |
InvalidParameter.JsonObjectFormatInvalid |
The error message returned because the specified parameter value is not a valid JSON
object.
|
The parameter \"%s\" does not conform to the JSON Object specification. |
InvalidParameter.JsonArrayFormatInvalid |
The error message returned because the specified parameter value is not a valid JSON
array.
|
The parameter \"%s\" does not conform to the JSON Array specification. |
InvalidParameter.UUIDFormatInvalid |
The error message returned because the specified ID is invalid. The ID must follow
UUID specifications.
|
The parameter \"%s\" is invalid.A uuid must:1)be comprised of characters[a-f],numbers[0-9];2)be
32 characters long.
|
InvalidParameter.Format |
The error message returned because the parameter format is incorrect. |
The format of parameter \"%s\" is invalid. |
InvalidParameter.NumberFormatInvalid |
The error message returned because the number format is incorrect. |
The number format of parameter \"%s\" is invalid. |
InvalidParameter.BucketNameInvalid |
The error message returned because the specified bucket name is invalid. The name
must meet the naming conventions for an Object Storage Service (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 |
The error message returned because the specified region is invalid. The region must
be a region in which OSS can be used.
|
The location \"%s\" is invalid. A location name should 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 |
The error message returned because the specified object name is invalid. The name
must meet the naming conventions for an 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.
|