Package nxt.http.responses
Interface ErrorResponse
- All Known Implementing Classes:
ErrorResponseImpl
public interface ErrorResponse
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorResponsestatic ErrorResponsecreate(org.json.simple.JSONObject object) intbooleanisError()
-
Field Details
-
NO_ERROR
-
-
Method Details
-
create
-
create
-
getErrorCode
int getErrorCode() -
getErrorDescription
String getErrorDescription() -
isError
boolean isError()
-