public enum MsErrorCode extends Enum<MsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MsErrorCode INTERNALERROR
public static final MsErrorCode INTERNALERROR_SERVERERROR
public static final MsErrorCode INVALIDPARAMETER
public static final MsErrorCode INVALIDPARAMETER_MISSINGSERVICEINFO
public static final MsErrorCode INVALIDPARAMETER_PLANIDNOTFOUND
public static final MsErrorCode INVALIDPARAMETERVALUE_INVALIDCOEXISTITEMIDSFILTERS
public static final MsErrorCode INVALIDPARAMETERVALUE_INVALIDFILTER
public static final MsErrorCode INVALIDPARAMETERVALUE_INVALIDITEMIDS
public static final MsErrorCode INVALIDPARAMETERVALUE_INVALIDLIMIT
public static final MsErrorCode INVALIDPARAMETERVALUE_INVALIDOFFSET
public static final MsErrorCode INVALIDPARAMETERVALUE_INVALIDORDERDIRECTION
public static final MsErrorCode INVALIDPARAMETERVALUE_INVALIDORDERFIELD
public static final MsErrorCode LIMITEXCEEDED
public static final MsErrorCode MISSINGPARAMETER_MISSINGAPPINFO
public static final MsErrorCode MISSINGPARAMETER_MISSINGITEMID
public static final MsErrorCode MISSINGPARAMETER_MISSINGITEMIDS
public static final MsErrorCode RESOURCENOTFOUND_ITEMIDNOTFOUND
public static final MsErrorCode RESOURCENOTFOUND_PLANIDNOTFOUND
public static final MsErrorCode RESOURCEUNAVAILABLE
public static final MsErrorCode RESOURCEUNAVAILABLE_NOTBIND
public static final MsErrorCode RESOURCEUNAVAILABLE_NOTFOUND
public static final MsErrorCode UNAUTHORIZEDOPERATION
public static final MsErrorCode UNAUTHORIZEDOPERATION_NOTWHITEUSER
public static MsErrorCode[] values()
for (MsErrorCode c : MsErrorCode.values()) System.out.println(c);
public static MsErrorCode 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.