Package com.microstrategy.web.objects
Interface WebFailedServer
-
public interface WebFailedServer
The WebFailedServer interface represents a server that was unable to process a cluster project manipulation- 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 associated with failure of serverjava.lang.String
getErrorMsg()
Returns the error message explaining why the server failedjava.lang.String
getName()
Returns the name of the server
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the server- Returns:
- String containing the name of the failed server
-
getErrorMsg
java.lang.String getErrorMsg()
Returns the error message explaining why the server failed- Returns:
- String containing error message
-
getErrorCode
int getErrorCode()
Returns the error code associated with failure of server- Returns:
- Integer error code
-
-