Package com.attivio.sdk.error
Class PerfmonServerError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.PerfmonServerError
-
- All Implemented Interfaces:
java.io.Serializable
public final class PerfmonServerError extends ErrorCode
Contains the ErrorCodes for Attivio Performance Monitoring Server.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
ERROR
PERFMON_SERVER-0.static ErrorCode
ERROR_BUFFER_POSITION_CALCULATED
Error in calculated buffer position of the metric storagestatic ErrorCode
ERROR_WRITE_ERROR
Error in writing data to the metric store.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
ERROR
public static final ErrorCode ERROR
PERFMON_SERVER-0. Generic error.
-
ERROR_BUFFER_POSITION_CALCULATED
public static final ErrorCode ERROR_BUFFER_POSITION_CALCULATED
Error in calculated buffer position of the metric storage
-
ERROR_WRITE_ERROR
public static final ErrorCode ERROR_WRITE_ERROR
Error in writing data to the metric store.
-
-