Package com.attivio.sdk.error
Class PrincipalsError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.PrincipalsError
-
- All Implemented Interfaces:
java.io.Serializable
public final class PrincipalsError extends ErrorCode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATEGORY_AIE_PRINCIPALS
Messages related to principals.static PrincipalsError
ERROR
generic errorstatic ErrorCode
INVALID_MEMBERSHIP
static ErrorCode
NO_PRINCIPAL_SPECIFIED
no principal specifiedstatic ErrorCode
SEARCH_NOT_AVAILABLE
Search client is not available.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CATEGORY_AIE_PRINCIPALS
public static final java.lang.String CATEGORY_AIE_PRINCIPALS
Messages related to principals.- See Also:
- Constant Field Values
-
ERROR
public static final PrincipalsError ERROR
generic error
-
NO_PRINCIPAL_SPECIFIED
public static final ErrorCode NO_PRINCIPAL_SPECIFIED
no principal specified
-
INVALID_MEMBERSHIP
public static final ErrorCode INVALID_MEMBERSHIP
-
SEARCH_NOT_AVAILABLE
public static final ErrorCode SEARCH_NOT_AVAILABLE
Search client is not available.
-
-