Package com.attivio.sdk.error
Class SailError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.SailError
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public final class SailError extends ErrorCode
Deprecated.Contains the ErrorCodes for Attivio Servlet implementations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
ALERT_NOT_CREATED
Deprecated.SAIL-5 alert not created *static ErrorCode
ALERT_STORE_DOWN
Deprecated.SAIL-3 alert store downstatic ErrorCode
ALERTS_NOT_INSTALLED
Deprecated.SAIL-4 alerts is not installed *static ErrorCode
BAD_RESPONSE
Deprecated.SAIL-1 Your query did not result in a valid search response.static ErrorCode
NOT_ALLOWED
Deprecated.SAIL-6 alert not created *static ErrorCode
PREFERENCES_STORAGE_FAILURE
Deprecated.SAIL-2 Preferences failure
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
BAD_RESPONSE
public static final ErrorCode BAD_RESPONSE
Deprecated.SAIL-1 Your query did not result in a valid search response. This may have been a result of an exception. Please check if query was valid and proper options were selected e.g. workflow
-
PREFERENCES_STORAGE_FAILURE
public static final ErrorCode PREFERENCES_STORAGE_FAILURE
Deprecated.SAIL-2 Preferences failure
-
ALERT_STORE_DOWN
public static final ErrorCode ALERT_STORE_DOWN
Deprecated.SAIL-3 alert store down
-
ALERTS_NOT_INSTALLED
public static final ErrorCode ALERTS_NOT_INSTALLED
Deprecated.SAIL-4 alerts is not installed *
-
ALERT_NOT_CREATED
public static final ErrorCode ALERT_NOT_CREATED
Deprecated.SAIL-5 alert not created *
-
NOT_ALLOWED
public static final ErrorCode NOT_ALLOWED
Deprecated.SAIL-6 alert not created *
-
-