public enum TiwErrorCode extends Enum<TiwErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TiwErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiwErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiwErrorCode AUTHFAILURE
public static final TiwErrorCode FAILEDOPERATION
public static final TiwErrorCode FAILEDOPERATION_FILEDOWNLOADFAIL
public static final TiwErrorCode FAILEDOPERATION_FILEFORMATERROR
public static final TiwErrorCode FAILEDOPERATION_FILEOPENFAIL
public static final TiwErrorCode FAILEDOPERATION_FILEUPLOADFAIL
public static final TiwErrorCode FAILEDOPERATION_RECORD
public static final TiwErrorCode FAILEDOPERATION_TRANSCODE
public static final TiwErrorCode FAILEDOPERATION_TRANSCODESERVERERROR
public static final TiwErrorCode FAILEDOPERATION_WHITEBOARDPUSH
public static final TiwErrorCode INTERNALERROR
public static final TiwErrorCode INVALIDPARAMETER
public static final TiwErrorCode INVALIDPARAMETER_BODYPARAMETERTYPEUNMATCHED
public static final TiwErrorCode INVALIDPARAMETER_CALLBACKADDRESSFORMATERROR
public static final TiwErrorCode INVALIDPARAMETER_FILEFORMATUNSUPPORTED
public static final TiwErrorCode INVALIDPARAMETER_INVALIDEXTRA
public static final TiwErrorCode INVALIDPARAMETER_RECORDPARAMETER
public static final TiwErrorCode INVALIDPARAMETER_SDKAPPIDNOTFOUND
public static final TiwErrorCode INVALIDPARAMETER_TASKNOTFOUND
public static final TiwErrorCode INVALIDPARAMETER_TRANSCODEPARAMETER
public static final TiwErrorCode INVALIDPARAMETER_URLFORMATERROR
public static final TiwErrorCode LIMITEXCEEDED_TASKCONCURRENCY
public static final TiwErrorCode LIMITEXCEEDED_TRANSCODEPAGESLIMITATION
public static final TiwErrorCode REQUESTLIMITEXCEEDED
public static final TiwErrorCode RESOURCEINUSE_RECORDUSERID
public static final TiwErrorCode RESOURCEUNAVAILABLE
public static final TiwErrorCode RESOURCEUNAVAILABLE_NOTREGISTERED
public static final TiwErrorCode RESOURCEUNAVAILABLE_SERVICEEXPIRED
public static final TiwErrorCode UNAUTHORIZEDOPERATION
public static final TiwErrorCode UNAUTHORIZEDOPERATION_SDKAPPID
public static final TiwErrorCode UNKNOWNPARAMETER
public static final TiwErrorCode UNSUPPORTEDOPERATION
public static final TiwErrorCode UNSUPPORTEDOPERATION_INVALIDTASKSTATUS
public static final TiwErrorCode UNSUPPORTEDOPERATION_TASKHASALREADYSTOPPED
public static TiwErrorCode[] values()
for (TiwErrorCode c : TiwErrorCode.values()) System.out.println(c);
public static TiwErrorCode 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.