public class ErrorResponseImpl extends java.lang.Object implements ErrorResponse
NO_ERROR| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
java.lang.String |
getErrorDescription() |
boolean |
isError() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic int getErrorCode()
getErrorCode in interface ErrorResponsepublic java.lang.String getErrorDescription()
getErrorDescription in interface ErrorResponsepublic boolean isError()
isError in interface ErrorResponse