public interface IResponse
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getErrorMessages()
Get the error message list in case the status is not zero.
|
java.lang.String |
getStatus()
Get the status of the response.
|
java.lang.String getStatus()
java.lang.String[] getErrorMessages()