public enum LcicErrorCode extends Enum<LcicErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static LcicErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LcicErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LcicErrorCode AUTHFAILURE
public static final LcicErrorCode DRYRUNOPERATION
public static final LcicErrorCode FAILEDOPERATION
public static final LcicErrorCode FAILEDOPERATION_CLASSENDED
public static final LcicErrorCode FAILEDOPERATION_CLASSEXPIRED
public static final LcicErrorCode FAILEDOPERATION_CLASSSTARTED
public static final LcicErrorCode FAILEDOPERATION_CLASSTOOLONG
public static final LcicErrorCode FAILEDOPERATION_IMAGEARGINVALID
public static final LcicErrorCode FAILEDOPERATION_ORIGINIDEXISTS
public static final LcicErrorCode FAILEDOPERATION_REQUESTTIMEDOUT
public static final LcicErrorCode FAILEDOPERATION_ROOMNOTEND
public static final LcicErrorCode INTERNALERROR
public static final LcicErrorCode INVALIDPARAMETER
public static final LcicErrorCode INVALIDPARAMETER_CONTENT
public static final LcicErrorCode INVALIDPARAMETER_ENDTIME
public static final LcicErrorCode INVALIDPARAMETER_GROUPMEMBEROVERLIMIT
public static final LcicErrorCode INVALIDPARAMETER_GROUPPARAMINVALID
public static final LcicErrorCode INVALIDPARAMETER_GROUPTEACHERNOTMEMBER
public static final LcicErrorCode INVALIDPARAMETER_GROUPTEACHERSNOTEXIST
public static final LcicErrorCode INVALIDPARAMETER_GROUPTYPEINVALID
public static final LcicErrorCode INVALIDPARAMETER_SDKAPPID
public static final LcicErrorCode INVALIDPARAMETER_STARTTIME
public static final LcicErrorCode INVALIDPARAMETERVALUE
public static final LcicErrorCode LIMITEXCEEDED
public static final LcicErrorCode MISSINGPARAMETER
public static final LcicErrorCode OPERATIONDENIED
public static final LcicErrorCode REQUESTLIMITEXCEEDED
public static final LcicErrorCode RESOURCEINUSE
public static final LcicErrorCode RESOURCEINSUFFICIENT
public static final LcicErrorCode RESOURCEINSUFFICIENT_RECORD
public static final LcicErrorCode RESOURCEINSUFFICIENT_ROOM
public static final LcicErrorCode RESOURCENOTFOUND
public static final LcicErrorCode RESOURCENOTFOUND_DOCUMENT
public static final LcicErrorCode RESOURCENOTFOUND_GROUPNOTEXIST
public static final LcicErrorCode RESOURCENOTFOUND_GROUPPARTUSERSNOTEXIST
public static final LcicErrorCode RESOURCENOTFOUND_ROOM
public static final LcicErrorCode RESOURCENOTFOUND_USER
public static final LcicErrorCode RESOURCEUNAVAILABLE
public static final LcicErrorCode RESOURCEUNAVAILABLE_ROOMSTATISTICS
public static final LcicErrorCode RESOURCESSOLDOUT
public static final LcicErrorCode UNAUTHORIZEDOPERATION
public static final LcicErrorCode UNKNOWNPARAMETER
public static final LcicErrorCode UNSUPPORTEDOPERATION
public static LcicErrorCode[] values()
for (LcicErrorCode c : LcicErrorCode.values()) System.out.println(c);
public static LcicErrorCode 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 © 2023. All rights reserved.