com.google.gdata.data.appsforyourdomain
Enum AppsForYourDomainErrorCode
java.lang.Object
java.lang.Enum<AppsForYourDomainErrorCode>
com.google.gdata.data.appsforyourdomain.AppsForYourDomainErrorCode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AppsForYourDomainErrorCode>
public enum AppsForYourDomainErrorCode
- extends java.lang.Enum<AppsForYourDomainErrorCode>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UnknownError
public static final AppsForYourDomainErrorCode UnknownError
ServerBusy
public static final AppsForYourDomainErrorCode ServerBusy
UserDeletedRecently
public static final AppsForYourDomainErrorCode UserDeletedRecently
UserSuspended
public static final AppsForYourDomainErrorCode UserSuspended
DomainUserLimitExceeded
public static final AppsForYourDomainErrorCode DomainUserLimitExceeded
DomainAliasLimitExceeded
public static final AppsForYourDomainErrorCode DomainAliasLimitExceeded
DomainSuspended
public static final AppsForYourDomainErrorCode DomainSuspended
DomainFeatureUnavailable
public static final AppsForYourDomainErrorCode DomainFeatureUnavailable
EntityExists
public static final AppsForYourDomainErrorCode EntityExists
EntityDoesNotExist
public static final AppsForYourDomainErrorCode EntityDoesNotExist
EntityNameIsReserved
public static final AppsForYourDomainErrorCode EntityNameIsReserved
EntityNameNotValid
public static final AppsForYourDomainErrorCode EntityNameNotValid
InvalidGivenName
public static final AppsForYourDomainErrorCode InvalidGivenName
InvalidFamilyName
public static final AppsForYourDomainErrorCode InvalidFamilyName
InvalidPassword
public static final AppsForYourDomainErrorCode InvalidPassword
InvalidUsername
public static final AppsForYourDomainErrorCode InvalidUsername
InvalidHashFunctionName
public static final AppsForYourDomainErrorCode InvalidHashFunctionName
InvalidHashDigestLength
public static final AppsForYourDomainErrorCode InvalidHashDigestLength
InvalidEmailAddress
public static final AppsForYourDomainErrorCode InvalidEmailAddress
InvalidQueryParameterValue
public static final AppsForYourDomainErrorCode InvalidQueryParameterValue
InvalidSsoSigningKey
public static final AppsForYourDomainErrorCode InvalidSsoSigningKey
TooManyRecipientsOnEmailList
public static final AppsForYourDomainErrorCode TooManyRecipientsOnEmailList
TooManyNicknamesForUser
public static final AppsForYourDomainErrorCode TooManyNicknamesForUser
DuplicateDestinations
public static final AppsForYourDomainErrorCode DuplicateDestinations
TooManyDestinations
public static final AppsForYourDomainErrorCode TooManyDestinations
InvalidRouteAddress
public static final AppsForYourDomainErrorCode InvalidRouteAddress
GroupCannotContainCycle
public static final AppsForYourDomainErrorCode GroupCannotContainCycle
InvalidGroupPermissions
public static final AppsForYourDomainErrorCode InvalidGroupPermissions
InvalidDomainEdition
public static final AppsForYourDomainErrorCode InvalidDomainEdition
InvalidValue
public static final AppsForYourDomainErrorCode InvalidValue
values
public static AppsForYourDomainErrorCode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AppsForYourDomainErrorCode c : AppsForYourDomainErrorCode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AppsForYourDomainErrorCode valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<AppsForYourDomainErrorCode>
getErrorCodeAsInt
public int getErrorCodeAsInt()
getEnumFromInt
public static AppsForYourDomainErrorCode getEnumFromInt(java.lang.Integer errorCode)