Interface MonitorManipulationFailure
-
- All Known Subinterfaces:
CacheManipulationFailure,DBDisconnectionFailure,JobDeletionFailure,UserDisconnectionFailure
public interface MonitorManipulationFailureThe interfaceMonitorManipulationFailurerepresents a failure in monitoring Intelligence Server activities.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetErrorCode()Returns the error code of the failure.java.lang.StringgetMessage()Returns the error message of the failure.intgetType()Returns the type of the failure, a value fromEnumWebMonitorType
-
-
-
Method Detail
-
getErrorCode
int getErrorCode()
Returns the error code of the failure.- Returns:
- the error code of the failure.
-
getMessage
java.lang.String getMessage()
Returns the error message of the failure.- Returns:
- the error message of the failure.
-
getType
int getType()
Returns the type of the failure, a value fromEnumWebMonitorType- Returns:
- the type of the failure.
-
-