public interface IResponse
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage()
Contains error message if
isError()==true if the request failed. |
boolean |
isError()
Returns
true if the request failed. |
Copyright © 2024. All rights reserved.