Package com.tencentcloudapi.ie.v20200304
Enum IeErrorCode
- java.lang.Object
-
- java.lang.Enum<IeErrorCode>
-
- com.tencentcloudapi.ie.v20200304.IeErrorCode
-
- All Implemented Interfaces:
Serializable,Comparable<IeErrorCode>
public enum IeErrorCode extends Enum<IeErrorCode>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()static IeErrorCodevalueOf(String name)Returns the enum constant of this type with the specified name.static IeErrorCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AUTHFAILURE
public static final IeErrorCode AUTHFAILURE
-
FAILEDOPERATION
public static final IeErrorCode FAILEDOPERATION
-
FAILEDOPERATION_COSSTORAGEERROR
public static final IeErrorCode FAILEDOPERATION_COSSTORAGEERROR
-
FAILEDOPERATION_EDITERROR
public static final IeErrorCode FAILEDOPERATION_EDITERROR
-
FAILEDOPERATION_ENCODEFORMATERROR
public static final IeErrorCode FAILEDOPERATION_ENCODEFORMATERROR
-
FAILEDOPERATION_RUNNINGTASKEXCEED
public static final IeErrorCode FAILEDOPERATION_RUNNINGTASKEXCEED
-
FAILEDOPERATION_SEGMENTERROR
public static final IeErrorCode FAILEDOPERATION_SEGMENTERROR
-
FAILEDOPERATION_SERVERBUSY
public static final IeErrorCode FAILEDOPERATION_SERVERBUSY
-
FAILEDOPERATION_SERVERERROR
public static final IeErrorCode FAILEDOPERATION_SERVERERROR
-
FAILEDOPERATION_TASKRESUBMIT
public static final IeErrorCode FAILEDOPERATION_TASKRESUBMIT
-
FAILEDOPERATION_TRANSCODEERROR
public static final IeErrorCode FAILEDOPERATION_TRANSCODEERROR
-
FAILEDOPERATION_UNKNOWERROR
public static final IeErrorCode FAILEDOPERATION_UNKNOWERROR
-
FAILEDOPERATION_VIDEODOWNLOADERROR
public static final IeErrorCode FAILEDOPERATION_VIDEODOWNLOADERROR
-
FAILEDOPERATION_VIDEOPARSEERROR
public static final IeErrorCode FAILEDOPERATION_VIDEOPARSEERROR
-
FAILEDOPERATION_VIDEOSIZEEXCEED
public static final IeErrorCode FAILEDOPERATION_VIDEOSIZEEXCEED
-
INTERNALERROR
public static final IeErrorCode INTERNALERROR
-
INVALIDPARAMETER
public static final IeErrorCode INVALIDPARAMETER
-
INVALIDPARAMETER_LIVESTREAMNOTSUPPORT
public static final IeErrorCode INVALIDPARAMETER_LIVESTREAMNOTSUPPORT
-
INVALIDPARAMETERVALUE
public static final IeErrorCode INVALIDPARAMETERVALUE
-
INVALIDPARAMETERVALUE_ACTIONNOTSUPPORT
public static final IeErrorCode INVALIDPARAMETERVALUE_ACTIONNOTSUPPORT
-
INVALIDPARAMETERVALUE_CALLBACKURLERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_CALLBACKURLERROR
-
INVALIDPARAMETERVALUE_CALLBACKURLNOTEXIST
public static final IeErrorCode INVALIDPARAMETERVALUE_CALLBACKURLNOTEXIST
-
INVALIDPARAMETERVALUE_COSAUTHMODEERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_COSAUTHMODEERROR
-
INVALIDPARAMETERVALUE_COSHOSTEDIDNOTEXIST
public static final IeErrorCode INVALIDPARAMETERVALUE_COSHOSTEDIDNOTEXIST
-
INVALIDPARAMETERVALUE_DOWNINFOFORMATWRONG
public static final IeErrorCode INVALIDPARAMETERVALUE_DOWNINFOFORMATWRONG
-
INVALIDPARAMETERVALUE_DOWNINFOTYPEWRONG
public static final IeErrorCode INVALIDPARAMETERVALUE_DOWNINFOTYPEWRONG
-
INVALIDPARAMETERVALUE_LIVESOURCENOTSUPPORT
public static final IeErrorCode INVALIDPARAMETERVALUE_LIVESOURCENOTSUPPORT
-
INVALIDPARAMETERVALUE_SAVEINFONOTEXIST
public static final IeErrorCode INVALIDPARAMETERVALUE_SAVEINFONOTEXIST
-
INVALIDPARAMETERVALUE_TASKALREADYDONE
public static final IeErrorCode INVALIDPARAMETERVALUE_TASKALREADYDONE
-
INVALIDPARAMETERVALUE_TASKDELETED
public static final IeErrorCode INVALIDPARAMETERVALUE_TASKDELETED
-
INVALIDPARAMETERVALUE_TASKIDNOTEXIST
public static final IeErrorCode INVALIDPARAMETERVALUE_TASKIDNOTEXIST
-
INVALIDPARAMETERVALUE_URIERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_URIERROR
-
INVALIDPARAMETERVALUE_URLINFOURLERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_URLINFOURLERROR
-
INVALIDPARAMETERVALUE_VIDEOFORMATERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_VIDEOFORMATERROR
-
REQUESTLIMITEXCEEDED
public static final IeErrorCode REQUESTLIMITEXCEEDED
-
RESOURCEUNAVAILABLE_INARREARS
public static final IeErrorCode RESOURCEUNAVAILABLE_INARREARS
-
UNAUTHORIZEDOPERATION
public static final IeErrorCode UNAUTHORIZEDOPERATION
-
-
Method Detail
-
values
public static IeErrorCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IeErrorCode c : IeErrorCode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IeErrorCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
- Returns:
- errorcode value
-
-