public enum TrtcErrorCode extends Enum<TrtcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TrtcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrtcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrtcErrorCode AUTHFAILURE_UNREALNAMEAUTHENTICATED
public static final TrtcErrorCode FAILEDOPERATION_MIXSESSIONNOTEXIST
public static final TrtcErrorCode FAILEDOPERATION_REQUESTREJECTION
public static final TrtcErrorCode FAILEDOPERATION_ROOMNOTEXIST
public static final TrtcErrorCode FAILEDOPERATION_SDKAPPIDNOTEXIST
public static final TrtcErrorCode INTERNALERROR
public static final TrtcErrorCode INTERNALERROR_BACKENDFAIL
public static final TrtcErrorCode INTERNALERROR_BACKENDTIMEOUT
public static final TrtcErrorCode INTERNALERROR_DBERROR
public static final TrtcErrorCode INTERNALERROR_ESQUERYERROR
public static final TrtcErrorCode INTERNALERROR_GETROOMCACHEIPERROR
public static final TrtcErrorCode INTERNALERROR_GETROOMFROMCACHEERROR
public static final TrtcErrorCode INTERNALERROR_HTTPPARASEFALIED
public static final TrtcErrorCode INTERNALERROR_INTERFACEERR
public static final TrtcErrorCode INTERNALERROR_METHODERR
public static final TrtcErrorCode INTERNALERROR_MONITORQUERYERR
public static final TrtcErrorCode INVALIDPARAMETER
public static final TrtcErrorCode INVALIDPARAMETER_APPID
public static final TrtcErrorCode INVALIDPARAMETER_AUDIOENCODEPARAMS
public static final TrtcErrorCode INVALIDPARAMETER_BODYPARAMSERROR
public static final TrtcErrorCode INVALIDPARAMETER_CHECKCONTENTFAILED
public static final TrtcErrorCode INVALIDPARAMETER_CHECKSUFFIXFAILED
public static final TrtcErrorCode INVALIDPARAMETER_ENCODEPARAMS
public static final TrtcErrorCode INVALIDPARAMETER_ENDTS
public static final TrtcErrorCode INVALIDPARAMETER_MAINVIDEORIGHTALIGN
public static final TrtcErrorCode INVALIDPARAMETER_MAINVIDEOSTREAMTYPE
public static final TrtcErrorCode INVALIDPARAMETER_OUTPUTPARAMS
public static final TrtcErrorCode INVALIDPARAMETER_PAGENUMBER
public static final TrtcErrorCode INVALIDPARAMETER_PAGESIZE
public static final TrtcErrorCode INVALIDPARAMETER_PRESETLAYOUTCONFIG
public static final TrtcErrorCode INVALIDPARAMETER_PUREAUDIOSTREAM
public static final TrtcErrorCode INVALIDPARAMETER_QUERYSCALEOVERSIZE
public static final TrtcErrorCode INVALIDPARAMETER_RECORDAUDIOONLY
public static final TrtcErrorCode INVALIDPARAMETER_RECORDID
public static final TrtcErrorCode INVALIDPARAMETER_ROOMID
public static final TrtcErrorCode INVALIDPARAMETER_SDKAPPID
public static final TrtcErrorCode INVALIDPARAMETER_SMALLVIDEOLAYOUTPARAMS
public static final TrtcErrorCode INVALIDPARAMETER_SMALLVIDEOSTREAMTYPE
public static final TrtcErrorCode INVALIDPARAMETER_STARTTIMEEXPIRE
public static final TrtcErrorCode INVALIDPARAMETER_STARTTS
public static final TrtcErrorCode INVALIDPARAMETER_STARTTSOVERSIZE
public static final TrtcErrorCode INVALIDPARAMETER_STREAMID
public static final TrtcErrorCode INVALIDPARAMETER_URLPARAMSERROR
public static final TrtcErrorCode INVALIDPARAMETER_USERID
public static final TrtcErrorCode INVALIDPARAMETER_USERIDS
public static final TrtcErrorCode INVALIDPARAMETER_USERIDSMORETHANSIX
public static final TrtcErrorCode INVALIDPARAMETER_VIDEORESOLUTION
public static final TrtcErrorCode INVALIDPARAMETERVALUE_ROOMID
public static final TrtcErrorCode MISSINGPARAMETER
public static final TrtcErrorCode MISSINGPARAMETER_APPID
public static final TrtcErrorCode MISSINGPARAMETER_AUDIOENCODEPARAMS
public static final TrtcErrorCode MISSINGPARAMETER_BIZID
public static final TrtcErrorCode MISSINGPARAMETER_COMMID
public static final TrtcErrorCode MISSINGPARAMETER_COMMIDORSDKAPPID
public static final TrtcErrorCode MISSINGPARAMETER_ENCODEPARAMS
public static final TrtcErrorCode MISSINGPARAMETER_ENDTS
public static final TrtcErrorCode MISSINGPARAMETER_OUTPUTPARAMS
public static final TrtcErrorCode MISSINGPARAMETER_PRESETLAYOUTCONFIG
public static final TrtcErrorCode MISSINGPARAMETER_PUBLISHCDNPARAMS
public static final TrtcErrorCode MISSINGPARAMETER_PUBLISHCDNURLS
public static final TrtcErrorCode MISSINGPARAMETER_ROOMID
public static final TrtcErrorCode MISSINGPARAMETER_ROOMNUM
public static final TrtcErrorCode MISSINGPARAMETER_SDKAPPID
public static final TrtcErrorCode MISSINGPARAMETER_STARTTS
public static final TrtcErrorCode MISSINGPARAMETER_STREAMID
public static final TrtcErrorCode MISSINGPARAMETER_USERID
public static final TrtcErrorCode MISSINGPARAMETER_USERIDS
public static final TrtcErrorCode MISSINGPARAMETER_VIDEOENCODEPARAMS
public static final TrtcErrorCode UNAUTHORIZEDOPERATION_SDKAPPID
public static final TrtcErrorCode UNKNOWNPARAMETER
public static TrtcErrorCode[] values()
for (TrtcErrorCode c : TrtcErrorCode.values()) System.out.println(c);
public static TrtcErrorCode 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 © 2021. All rights reserved.