public final enum

AppsForYourDomainErrorCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.appsforyourdomain.AppsForYourDomainErrorCode

Summary

Enum Values
AppsForYourDomainErrorCode  DeletePartialFailure   
AppsForYourDomainErrorCode  DomainAliasLimitExceeded   
AppsForYourDomainErrorCode  DomainFeatureUnavailable   
AppsForYourDomainErrorCode  DomainSuspended   
AppsForYourDomainErrorCode  DomainUserLimitExceeded   
AppsForYourDomainErrorCode  DuplicateDestinations   
AppsForYourDomainErrorCode  EncryptionPublicKeyHasManyUserIds   
AppsForYourDomainErrorCode  EncryptionPublicKeyInvalidFormat   
AppsForYourDomainErrorCode  EncryptionPublicKeyInvalidType   
AppsForYourDomainErrorCode  EntityCannotBeModified   
AppsForYourDomainErrorCode  EntityCannotContainCycle   
AppsForYourDomainErrorCode  EntityDoesNotExist   
AppsForYourDomainErrorCode  EntityExists   
AppsForYourDomainErrorCode  EntityHasMembersCannotDelete   
AppsForYourDomainErrorCode  EntityNameIsReserved   
AppsForYourDomainErrorCode  EntityNameNotValid   
AppsForYourDomainErrorCode  EntityQuotaLimitReached   
AppsForYourDomainErrorCode  FeatureUnavailableForUser   
AppsForYourDomainErrorCode  GroupCannotContainCycle   
AppsForYourDomainErrorCode  InvalidDomainEdition   
AppsForYourDomainErrorCode  InvalidEmailAddress   
AppsForYourDomainErrorCode  InvalidEncryptionPublicKey   
AppsForYourDomainErrorCode  InvalidFamilyName   
AppsForYourDomainErrorCode  InvalidGivenName   
AppsForYourDomainErrorCode  InvalidGroupPermissions   
AppsForYourDomainErrorCode  InvalidHashDigestLength   
AppsForYourDomainErrorCode  InvalidHashFunctionName   
AppsForYourDomainErrorCode  InvalidPassword   
AppsForYourDomainErrorCode  InvalidQueryParameterValue   
AppsForYourDomainErrorCode  InvalidRouteAddress   
AppsForYourDomainErrorCode  InvalidSsoSigningKey   
AppsForYourDomainErrorCode  InvalidUsername   
AppsForYourDomainErrorCode  InvalidValue   
AppsForYourDomainErrorCode  ServerBusy   
AppsForYourDomainErrorCode  TooManyDestinations   
AppsForYourDomainErrorCode  TooManyNicknamesForUser   
AppsForYourDomainErrorCode  TooManyRecipientsOnEmailList   
AppsForYourDomainErrorCode  UnknownError   
AppsForYourDomainErrorCode  UserDeletedRecently   
AppsForYourDomainErrorCode  UserSuspended   
Fields
private int errorCode
private static Map<Integer, AppsForYourDomainErrorCode> errorMap
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AppsForYourDomainErrorCode getEnumFromInt(Integer errorCode)
int getErrorCodeAsInt()
String toString()
static AppsForYourDomainErrorCode valueOf(String name)
final static AppsForYourDomainErrorCode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AppsForYourDomainErrorCode DeletePartialFailure

public static final AppsForYourDomainErrorCode DomainAliasLimitExceeded

public static final AppsForYourDomainErrorCode DomainFeatureUnavailable

public static final AppsForYourDomainErrorCode DomainSuspended

public static final AppsForYourDomainErrorCode DomainUserLimitExceeded

public static final AppsForYourDomainErrorCode DuplicateDestinations

public static final AppsForYourDomainErrorCode EncryptionPublicKeyHasManyUserIds

public static final AppsForYourDomainErrorCode EncryptionPublicKeyInvalidFormat

public static final AppsForYourDomainErrorCode EncryptionPublicKeyInvalidType

public static final AppsForYourDomainErrorCode EntityCannotBeModified

public static final AppsForYourDomainErrorCode EntityCannotContainCycle

public static final AppsForYourDomainErrorCode EntityDoesNotExist

public static final AppsForYourDomainErrorCode EntityExists

public static final AppsForYourDomainErrorCode EntityHasMembersCannotDelete

public static final AppsForYourDomainErrorCode EntityNameIsReserved

public static final AppsForYourDomainErrorCode EntityNameNotValid

public static final AppsForYourDomainErrorCode EntityQuotaLimitReached

public static final AppsForYourDomainErrorCode FeatureUnavailableForUser

public static final AppsForYourDomainErrorCode GroupCannotContainCycle

public static final AppsForYourDomainErrorCode InvalidDomainEdition

public static final AppsForYourDomainErrorCode InvalidEmailAddress

public static final AppsForYourDomainErrorCode InvalidEncryptionPublicKey

public static final AppsForYourDomainErrorCode InvalidFamilyName

public static final AppsForYourDomainErrorCode InvalidGivenName

public static final AppsForYourDomainErrorCode InvalidGroupPermissions

public static final AppsForYourDomainErrorCode InvalidHashDigestLength

public static final AppsForYourDomainErrorCode InvalidHashFunctionName

public static final AppsForYourDomainErrorCode InvalidPassword

public static final AppsForYourDomainErrorCode InvalidQueryParameterValue

public static final AppsForYourDomainErrorCode InvalidRouteAddress

public static final AppsForYourDomainErrorCode InvalidSsoSigningKey

public static final AppsForYourDomainErrorCode InvalidUsername

public static final AppsForYourDomainErrorCode InvalidValue

public static final AppsForYourDomainErrorCode ServerBusy

public static final AppsForYourDomainErrorCode TooManyDestinations

public static final AppsForYourDomainErrorCode TooManyNicknamesForUser

public static final AppsForYourDomainErrorCode TooManyRecipientsOnEmailList

public static final AppsForYourDomainErrorCode UnknownError

public static final AppsForYourDomainErrorCode UserDeletedRecently

public static final AppsForYourDomainErrorCode UserSuspended

Fields

private int errorCode

private static Map<Integer, AppsForYourDomainErrorCode> errorMap

Public Methods

public static AppsForYourDomainErrorCode getEnumFromInt (Integer errorCode)

Parameters
errorCode

public int getErrorCodeAsInt ()

public String toString ()

public static AppsForYourDomainErrorCode valueOf (String name)

Parameters
name

public static final AppsForYourDomainErrorCode[] values ()