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 SummaryAll 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- 
getErrorCodeint getErrorCode() Returns the error code of the failure.- Returns:
- the error code of the failure.
 
 - 
getMessagejava.lang.String getMessage() Returns the error message of the failure.- Returns:
- the error message of the failure.
 
 - 
getTypeint getType() Returns the type of the failure, a value fromEnumWebMonitorType- Returns:
- the type of the failure.
 
 
- 
 
-