Interface MonitorManipulationFailure
-
- All Known Subinterfaces:
CacheManipulationFailure
,DBDisconnectionFailure
,JobDeletionFailure
,UserDisconnectionFailure
public interface MonitorManipulationFailure
The interfaceMonitorManipulationFailure
represents 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 int
getErrorCode()
Returns the error code of the failure.java.lang.String
getMessage()
Returns the error message of the failure.int
getType()
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.
-
-