public enum AppsForYourDomainErrorCode extends java.lang.Enum<AppsForYourDomainErrorCode>
Modifier and Type | Method and Description |
---|---|
static AppsForYourDomainErrorCode |
getEnumFromInt(java.lang.Integer errorCode) |
int |
getErrorCodeAsInt() |
java.lang.String |
toString() |
static AppsForYourDomainErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppsForYourDomainErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppsForYourDomainErrorCode UnknownError
public static final AppsForYourDomainErrorCode ServerBusy
public static final AppsForYourDomainErrorCode UserDeletedRecently
public static final AppsForYourDomainErrorCode UserSuspended
public static final AppsForYourDomainErrorCode DomainUserLimitExceeded
public static final AppsForYourDomainErrorCode DomainAliasLimitExceeded
public static final AppsForYourDomainErrorCode DomainSuspended
public static final AppsForYourDomainErrorCode DomainFeatureUnavailable
public static final AppsForYourDomainErrorCode EntityExists
public static final AppsForYourDomainErrorCode EntityDoesNotExist
public static final AppsForYourDomainErrorCode EntityNameIsReserved
public static final AppsForYourDomainErrorCode EntityNameNotValid
public static final AppsForYourDomainErrorCode EntityCannotBeModified
public static final AppsForYourDomainErrorCode EntityCannotContainCycle
public static final AppsForYourDomainErrorCode EntityHasMembersCannotDelete
public static final AppsForYourDomainErrorCode EntityQuotaLimitReached
public static final AppsForYourDomainErrorCode InvalidGivenName
public static final AppsForYourDomainErrorCode InvalidFamilyName
public static final AppsForYourDomainErrorCode InvalidPassword
public static final AppsForYourDomainErrorCode InvalidUsername
public static final AppsForYourDomainErrorCode InvalidHashFunctionName
public static final AppsForYourDomainErrorCode InvalidHashDigestLength
public static final AppsForYourDomainErrorCode InvalidEmailAddress
public static final AppsForYourDomainErrorCode InvalidQueryParameterValue
public static final AppsForYourDomainErrorCode InvalidSsoSigningKey
public static final AppsForYourDomainErrorCode InvalidEncryptionPublicKey
public static final AppsForYourDomainErrorCode FeatureUnavailableForUser
public static final AppsForYourDomainErrorCode EncryptionPublicKeyInvalidFormat
public static final AppsForYourDomainErrorCode EncryptionPublicKeyInvalidType
public static final AppsForYourDomainErrorCode EncryptionPublicKeyHasManyUserIds
public static final AppsForYourDomainErrorCode TooManyRecipientsOnEmailList
public static final AppsForYourDomainErrorCode TooManyNicknamesForUser
public static final AppsForYourDomainErrorCode DuplicateDestinations
public static final AppsForYourDomainErrorCode TooManyDestinations
public static final AppsForYourDomainErrorCode InvalidRouteAddress
public static final AppsForYourDomainErrorCode GroupCannotContainCycle
public static final AppsForYourDomainErrorCode InvalidGroupPermissions
public static final AppsForYourDomainErrorCode InvalidDomainEdition
public static final AppsForYourDomainErrorCode InvalidValue
public static final AppsForYourDomainErrorCode DeletePartialFailure
public static AppsForYourDomainErrorCode[] values()
for (AppsForYourDomainErrorCode c : AppsForYourDomainErrorCode.values()) System.out.println(c);
public static AppsForYourDomainErrorCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AppsForYourDomainErrorCode>
public int getErrorCodeAsInt()
public static AppsForYourDomainErrorCode getEnumFromInt(java.lang.Integer errorCode)