Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorDescription()
Returns detailed information about the error.
|
MobileKitException |
getMobileKitException()
Returns the MobileKitException object, representing the error.
|
boolean |
hasError()
Returns whether to indicate an error.
|
static UnenrollResult |
parse(org.json.JSONObject data)
Returns an instance of
UnenrollResult parsed from the object. |
public MobileKitException getMobileKitException()
getMobileKitException
in interface IResult
public java.lang.String getErrorDescription()
getErrorDescription
in interface IResult
public boolean hasError()
public static UnenrollResult parse(org.json.JSONObject data)
UnenrollResult
parsed from the object.data
- the object to deserialize from.UnenrollResult
.