Package com.attivio.sdk.error
Class ApiSecurityError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.ApiSecurityError
-
- All Implemented Interfaces:
java.io.Serializable
public final class ApiSecurityError extends ErrorCode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATEGORY_AIE_APISECURITY
Messages related to apisecurity.static ApiSecurityError
ERROR
generic error
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CATEGORY_AIE_APISECURITY
public static final java.lang.String CATEGORY_AIE_APISECURITY
Messages related to apisecurity.- See Also:
- Constant Field Values
-
ERROR
public static final ApiSecurityError ERROR
generic error
-
-