public enum MongodbErrorCode extends Enum<MongodbErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MongodbErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongodbErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MongodbErrorCode AUTHFAILURE
public static final MongodbErrorCode FAILEDOPERATION
public static final MongodbErrorCode INTERNALERROR
public static final MongodbErrorCode INTERNALERROR_CHECKAPPIDFAILED
public static final MongodbErrorCode INVALIDPARAMETER
public static final MongodbErrorCode INVALIDPARAMETER_PERMISSIONDENIED
public static final MongodbErrorCode INVALIDPARAMETER_ZONECLOSED
public static final MongodbErrorCode INVALIDPARAMETERVALUE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_BACKUPFILENOTFOUND
public static final MongodbErrorCode INVALIDPARAMETERVALUE_CHECKAPPIDFAILED
public static final MongodbErrorCode INVALIDPARAMETERVALUE_CLUSTERTYPEERROR
public static final MongodbErrorCode INVALIDPARAMETERVALUE_ILLEGALINSTANCENAME
public static final MongodbErrorCode INVALIDPARAMETERVALUE_ILLEGALINSTANCESTATUS
public static final MongodbErrorCode INVALIDPARAMETERVALUE_ILLEGALSTATUSTOOFFLINE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_INSTANCEHASBEENDELETED
public static final MongodbErrorCode INVALIDPARAMETERVALUE_INSTANCEHASBEENISOLATED
public static final MongodbErrorCode INVALIDPARAMETERVALUE_INVALIDTRADEOPERATION
public static final MongodbErrorCode INVALIDPARAMETERVALUE_LOCKFAILED
public static final MongodbErrorCode INVALIDPARAMETERVALUE_MACHINETYPEERROR
public static final MongodbErrorCode INVALIDPARAMETERVALUE_MODIFYMODEERROR
public static final MongodbErrorCode INVALIDPARAMETERVALUE_MONGOVERSIONERROR
public static final MongodbErrorCode INVALIDPARAMETERVALUE_MONGOVERSIONNOTSUPPORTQUERYCLIENT
public static final MongodbErrorCode INVALIDPARAMETERVALUE_NODENOTFOUNDINREPLICA
public static final MongodbErrorCode INVALIDPARAMETERVALUE_NOTFOUNDINSTANCE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_OPLOGSIZEOUTOFRANGE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_PASSWORDRULEFAILED
public static final MongodbErrorCode INVALIDPARAMETERVALUE_POSTPAIDINSTANCEBEYONDLIMIT
public static final MongodbErrorCode INVALIDPARAMETERVALUE_PREPAIDINSTANCEUNABLETOISOLATE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_PROJECTNOTFOUND
public static final MongodbErrorCode INVALIDPARAMETERVALUE_PROXYNOTSUPPORTQUERYCLIENT
public static final MongodbErrorCode INVALIDPARAMETERVALUE_QUERYOUTOFRANGE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_QUERYTIMEOUTOFRANGE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_QUERYTIMERANGEBEYONDLIMIT
public static final MongodbErrorCode INVALIDPARAMETERVALUE_REGIONERROR
public static final MongodbErrorCode INVALIDPARAMETERVALUE_REGIONNOTSUPPORTOPERATION
public static final MongodbErrorCode INVALIDPARAMETERVALUE_REGIONNOTSUPPORTQUERYCLIENT
public static final MongodbErrorCode INVALIDPARAMETERVALUE_REPLICANOTFOUND
public static final MongodbErrorCode INVALIDPARAMETERVALUE_REPLICASETNUMERROR
public static final MongodbErrorCode INVALIDPARAMETERVALUE_SECONDARYNUMERROR
public static final MongodbErrorCode INVALIDPARAMETERVALUE_SETDISKLESSTHANUSED
public static final MongodbErrorCode INVALIDPARAMETERVALUE_SLOWMSBELOWLIMIT
public static final MongodbErrorCode INVALIDPARAMETERVALUE_SPECNOTONSALE
public static final MongodbErrorCode INVALIDPARAMETERVALUE_STARTTIMENOTBEFORETHANENDTIME
public static final MongodbErrorCode INVALIDPARAMETERVALUE_STATUSABNORMAL
public static final MongodbErrorCode INVALIDPARAMETERVALUE_TAGNOTFOUND
public static final MongodbErrorCode INVALIDPARAMETERVALUE_USERNOTFOUND
public static final MongodbErrorCode INVALIDPARAMETERVALUE_VPCIDORSUBNETIDNOTFOUND
public static final MongodbErrorCode INVALIDPARAMETERVALUE_ZONECLOSED
public static final MongodbErrorCode INVALIDPARAMETERVALUE_ZONEERROR
public static MongodbErrorCode[] values()
for (MongodbErrorCode c : MongodbErrorCode.values()) System.out.println(c);
public static MongodbErrorCode 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.