com.microstrategy.web.beans.WebBeanError |
![]() |
This interface exposes the necessary methods to retrieve backend error code and error message when any of the Web Beans is interacting with the backend server.
Transform
implementor uses this interface to determine whether
there is any error occurred when a WebBean
was collecting its data.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Throwable |
getCause()
Return the cause of the error, if there is any available.
| ||||||||||
abstract int |
getErrorCode()
Returns the error code to the caller.
| ||||||||||
abstract String |
getErrorMessage()
Return the error message to the caller.
|
Return the cause of the error, if there is any available.
Returns the error code to the caller. By default the error code is zero.
Return the error message to the caller.