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 FAILEDOPERATION_CLASSTOOLONG
public static final LcicErrorCode FAILEDOPERATION_ORIGINIDEXISTS
public static final LcicErrorCode FAILEDOPERATION_ROOMNOTEND
public static final LcicErrorCode INTERNALERROR
public static final LcicErrorCode INVALIDPARAMETER
public static final LcicErrorCode INVALIDPARAMETER_ENDTIME
public static final LcicErrorCode INVALIDPARAMETER_SDKAPPID
public static final LcicErrorCode INVALIDPARAMETER_STARTTIME
public static final LcicErrorCode RESOURCEINSUFFICIENT
public static final LcicErrorCode RESOURCEINSUFFICIENT_RECORD
public static final LcicErrorCode RESOURCEINSUFFICIENT_ROOM
public static final LcicErrorCode RESOURCENOTFOUND_DOCUMENT
public static final LcicErrorCode RESOURCENOTFOUND_ROOM
public static final LcicErrorCode RESOURCENOTFOUND_USER
public static final LcicErrorCode RESOURCEUNAVAILABLE_ROOMSTATISTICS
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 © 2022. All rights reserved.