public enum BizliveErrorCode extends Enum<BizliveErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BizliveErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BizliveErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BizliveErrorCode FAILEDOPERATION
public static final BizliveErrorCode FAILEDOPERATION_LACKBANDWIDTH
public static final BizliveErrorCode INTERNALERROR
public static final BizliveErrorCode INTERNALERROR_CALLOTHERSVRERROR
public static final BizliveErrorCode INTERNALERROR_CONFIGNOTEXIST
public static final BizliveErrorCode INTERNALERROR_DBERROR
public static final BizliveErrorCode INTERNALERROR_GETBIZIDERROR
public static final BizliveErrorCode INTERNALERROR_GETSTREAMINFOERROR
public static final BizliveErrorCode INTERNALERROR_GETUPSTREAMINFOERROR
public static final BizliveErrorCode INTERNALERROR_NOTPERMMITOPERAT
public static final BizliveErrorCode INTERNALERROR_STREAMSTATUSERROR
public static final BizliveErrorCode INTERNALERROR_UPDATEDATAERROR
public static final BizliveErrorCode INVALIDPARAMETER
public static final BizliveErrorCode INVALIDPARAMETER_JSONPARSEERROR
public static final BizliveErrorCode INVALIDPARAMETERVALUE
public static final BizliveErrorCode LIMITEXCEEDED_NOIMABILITY
public static final BizliveErrorCode MISSINGPARAMETER
public static final BizliveErrorCode RESOURCENOTFOUND_NOIDLE
public static BizliveErrorCode[] values()
for (BizliveErrorCode c : BizliveErrorCode.values()) System.out.println(c);
public static BizliveErrorCode 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.