All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.tiw.v20190919.TiwErrorCode Maven / Gradle / Ivy

There is a newer version: 3.0.1076
Show newest version
package com.tencentcloudapi.tiw.v20190919;
public enum TiwErrorCode {
    // 
     AUTHFAILURE("AuthFailure"),
     
    // Operation failed.
     FAILEDOPERATION("FailedOperation"),
     
    // Service already activated.
     FAILEDOPERATION_ALREADYENABLED("FailedOperation.AlreadyEnabled"),
     
    // Invalid COS bucket. The bucket does not exist or is not authorized.
     FAILEDOPERATION_COSBUCKETINVALID("FailedOperation.CosBucketInvalid"),
     
    // Failed to download the document. To correct this, check whether the URL in the request parameter is correct. If you are using another file storage service, check the upload bandwidth of the file storage service. The document transcoding service supports downloading with a maximum duration of 1 minute. If the download fails, the transcoding request will also fail.
     FAILEDOPERATION_FILEDOWNLOADFAIL("FailedOperation.FileDownloadFail"),
     
    // The document format is invalid. Read-only or encrypted documents cannot be transcoded.
     FAILEDOPERATION_FILEFORMATERROR("FailedOperation.FileFormatError"),
     
    // Failed to open the document. To correct this, check whether the document for transcoding is encrypted or encounters other format issues.
     FAILEDOPERATION_FILEOPENFAIL("FailedOperation.FileOpenFail"),
     
    // Failed to upload the transcoding result. To correct this, try again later.
     FAILEDOPERATION_FILEUPLOADFAIL("FailedOperation.FileUploadFail"),
     
    // Failed to obtain a temporary key.
     FAILEDOPERATION_GETCREDENTIALFAIL("FailedOperation.GetCredentialFail"),
     
    // Failed to record. For more information, see the error description.
     FAILEDOPERATION_RECORD("FailedOperation.Record"),
     
    // Failed to transcode. For more information, see the error description or contact our customer service.
     FAILEDOPERATION_TRANSCODE("FailedOperation.Transcode"),
     
    // The transcoding service encountered an internal error. Please try again later or contact our customer service.
     FAILEDOPERATION_TRANSCODESERVERERROR("FailedOperation.TranscodeServerError"),
     
    // Whiteboard push failed. For more information, see the error description.
     FAILEDOPERATION_WHITEBOARDPUSH("FailedOperation.WhiteboardPush"),
     
    // Internal error.
     INTERNALERROR("InternalError"),
     
    // A parameter error occurred.
     INVALIDPARAMETER("InvalidParameter"),
     
    // Whiteboard application already exists.
     INVALIDPARAMETER_APPLICATIONALREADYEXISTS("InvalidParameter.ApplicationAlreadyExists"),
     
    // The parameter type does not match.
     INVALIDPARAMETER_BODYPARAMETERTYPEUNMATCHED("InvalidParameter.BodyParameterTypeUnmatched"),
     
    // The callback address format is invalid.
     INVALIDPARAMETER_CALLBACKADDRESSFORMATERROR("InvalidParameter.CallbackAddressFormatError"),
     
    // CDN domain name not found.
     INVALIDPARAMETER_CDNDOMAINNOTFOUND("InvalidParameter.CdnDomainNotFound"),
     
    // The document extension is not supported.
     INVALIDPARAMETER_FILEFORMATUNSUPPORTED("InvalidParameter.FileFormatUnsupported"),
     
    // The specified special feature does not exist.
     INVALIDPARAMETER_INVALIDEXTRA("InvalidParameter.InvalidExtra"),
     
    // Unsupported configuration task type.
     INVALIDPARAMETER_INVALIDTASKTYPE("InvalidParameter.InvalidTaskType"),
     
    // The format of the real-time recording parameter is invalid.
     INVALIDPARAMETER_RECORDPARAMETER("InvalidParameter.RecordParameter"),
     
    // The SdkAppId does not exist or is invalid.
     INVALIDPARAMETER_SDKAPPIDNOTFOUND("InvalidParameter.SdkAppIdNotFound"),
     
    // The task to query does not exist.
     INVALIDPARAMETER_TASKNOTFOUND("InvalidParameter.TaskNotFound"),
     
    // Parsing failed due to an invalid time format.
     INVALIDPARAMETER_TIMEFORMAT("InvalidParameter.TimeFormat"),
     
    // The document transcoding parameter format is invalid.
     INVALIDPARAMETER_TRANSCODEPARAMETER("InvalidParameter.TranscodeParameter"),
     
    // JSON parsing failed, which may be due to parameter type mismatch.
     INVALIDPARAMETER_UNMARSHALJSONBODYFAIL("InvalidParameter.UnmarshalJSONBodyFail"),
     
    // The document download URL format is invalid. To correct this, check the URL in the request parameter.
     INVALIDPARAMETER_URLFORMATERROR("InvalidParameter.UrlFormatError"),
     
    // The number of concurrent transcoding or recording tasks exceeds the limit. For more information, see the error description or try again later.
     LIMITEXCEEDED_TASKCONCURRENCY("LimitExceeded.TaskConcurrency"),
     
    // The number of pages exceeds the limit. Transcoding a file with more than 500 pages is currently unsupported. If you do need this feature, contact our customer service.
     LIMITEXCEEDED_TRANSCODEPAGESLIMITATION("LimitExceeded.TranscodePagesLimitation"),
     
    // Too many requests.
     REQUESTLIMITEXCEEDED("RequestLimitExceeded"),
     
    // The recording user account for real-time recording has started another recording task.
     RESOURCEINUSE_RECORDUSERID("ResourceInUse.RecordUserId"),
     
    // The resource is unavailable.
     RESOURCEUNAVAILABLE("ResourceUnavailable"),
     
    // TIW is not enabled.
     RESOURCEUNAVAILABLE_NOTREGISTERED("ResourceUnavailable.NotRegistered"),
     
    // The account is in arrears or the TIW service has expired.
     RESOURCEUNAVAILABLE_SERVICEEXPIRED("ResourceUnavailable.ServiceExpired"),
     
    // Unauthorized operation.
     UNAUTHORIZEDOPERATION("UnauthorizedOperation"),
     
    // The SdkAppId does not exist or does not match the current Tencent Cloud account.
     UNAUTHORIZEDOPERATION_SDKAPPID("UnauthorizedOperation.SdkAppId"),
     
    // Unknown parameter error.
     UNKNOWNPARAMETER("UnknownParameter"),
     
    // Unsupported operation.
     UNSUPPORTEDOPERATION("UnsupportedOperation"),
     
    // The specified operation cannot be performed for pending tasks in this state. For example, you cannot resume recording for a recording task.
     UNSUPPORTEDOPERATION_INVALIDTASKSTATUS("UnsupportedOperation.InvalidTaskStatus"),
     
    // The task is completed, and therefore the specified operation cannot be performed.
     UNSUPPORTEDOPERATION_TASKHASALREADYSTOPPED("UnsupportedOperation.TaskHasAlreadyStopped");
     
    private String value;
    private TiwErrorCode (String value){
        this.value = value;
    }
    /**
     * @return errorcode value
     */
    public String getValue() {
        return value;
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy