public enum IeErrorCode extends Enum<IeErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static IeErrorCode |
valueOf(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.
|
public static final IeErrorCode AUTHFAILURE
public static final IeErrorCode FAILEDOPERATION
public static final IeErrorCode FAILEDOPERATION_COSSTORAGEERROR
public static final IeErrorCode FAILEDOPERATION_EDITERROR
public static final IeErrorCode FAILEDOPERATION_ENCODEFORMATERROR
public static final IeErrorCode FAILEDOPERATION_RUNNINGTASKEXCEED
public static final IeErrorCode FAILEDOPERATION_SEGMENTERROR
public static final IeErrorCode FAILEDOPERATION_SERVERBUSY
public static final IeErrorCode FAILEDOPERATION_SERVERERROR
public static final IeErrorCode FAILEDOPERATION_TRANSCODEERROR
public static final IeErrorCode FAILEDOPERATION_UNKNOWERROR
public static final IeErrorCode FAILEDOPERATION_VIDEODOWNLOADERROR
public static final IeErrorCode FAILEDOPERATION_VIDEOPARSEERROR
public static final IeErrorCode FAILEDOPERATION_VIDEOSIZEEXCEED
public static final IeErrorCode INTERNALERROR
public static final IeErrorCode INVALIDPARAMETER
public static final IeErrorCode INVALIDPARAMETERVALUE
public static final IeErrorCode INVALIDPARAMETERVALUE_ACTIONNOTSUPPORT
public static final IeErrorCode INVALIDPARAMETERVALUE_CALLBACKURLERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_CALLBACKURLNOTEXIST
public static final IeErrorCode INVALIDPARAMETERVALUE_COSAUTHMODEERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_COSHOSTEDIDNOTEXIST
public static final IeErrorCode INVALIDPARAMETERVALUE_DOWNINFOFORMATWRONG
public static final IeErrorCode INVALIDPARAMETERVALUE_DOWNINFOTYPEWRONG
public static final IeErrorCode INVALIDPARAMETERVALUE_LIVESOURCENOTSUPPORT
public static final IeErrorCode INVALIDPARAMETERVALUE_TASKALREADYDONE
public static final IeErrorCode INVALIDPARAMETERVALUE_TASKDELETED
public static final IeErrorCode INVALIDPARAMETERVALUE_TASKIDNOTEXIST
public static final IeErrorCode INVALIDPARAMETERVALUE_URIERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_URLINFOURLERROR
public static final IeErrorCode INVALIDPARAMETERVALUE_VIDEOFORMATERROR
public static final IeErrorCode REQUESTLIMITEXCEEDED
public static final IeErrorCode RESOURCEUNAVAILABLE_INARREARS
public static final IeErrorCode UNAUTHORIZEDOPERATION
public static IeErrorCode[] values()
for (IeErrorCode c : IeErrorCode.values()) System.out.println(c);
public static IeErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2022. All rights reserved.