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 AUTHFAILURE
public static final MsErrorCode AUTHFAILURE_INVALIDAUTHORIZATION
public static final MsErrorCode FAILEDOPERATION
public static final MsErrorCode INTERNALERROR
public static final MsErrorCode INTERNALERROR_APKSERVERERROR
public static final MsErrorCode INTERNALERROR_SERVERERROR
public static final MsErrorCode INVALIDPARAMETER
public static final MsErrorCode INVALIDPARAMETER_MISSINGSERVICEINFO
public static final MsErrorCode INVALIDPARAMETER_PARAMETERERROR
public static final MsErrorCode INVALIDPARAMETER_PLANIDNOTFOUND
public static final MsErrorCode INVALIDPARAMETERVALUE
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDAPPMD5ERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDAPPPKGNAMEERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDAPPPKGNAMELISTERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDAPPTYPEERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDAPPURLERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDASSETSERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDENCRYPTPARAMERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDRESERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDSOERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ANDROIDVMPERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_APPLETENCRYPTPARAMERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_CHECKURLERROR
public static final MsErrorCode INVALIDPARAMETERVALUE_ENCRYPTPARAMAPPTYPEERROR
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 LIMITEXCEEDED_ENCRYPTTASKLIMITEXCEEDED
public static final MsErrorCode MISSINGPARAMETER
public static final MsErrorCode MISSINGPARAMETER_MISSINGAPPINFO
public static final MsErrorCode MISSINGPARAMETER_MISSINGITEMID
public static final MsErrorCode MISSINGPARAMETER_MISSINGITEMIDS
public static final MsErrorCode RESOURCENOTFOUND
public static final MsErrorCode RESOURCENOTFOUND_ITEMIDNOTFOUND
public static final MsErrorCode RESOURCENOTFOUND_PLANIDNOTFOUND
public static final MsErrorCode RESOURCENOTFOUND_RESULTIDNOTFOUND
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_AUTHFAILED
public static final MsErrorCode UNAUTHORIZEDOPERATION_NOTWHITEUSER
public static final MsErrorCode UNSUPPORTEDOPERATION
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 © 2025. All rights reserved.