|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttangocard.sdk.response.failure.FailureResponse
tangocard.sdk.response.failure.SystemErrorResponse
public class SystemErrorResponse
The Class SystemErrorResponse.
Constructor Summary | |
---|---|
SystemErrorResponse(org.json.JSONObject responseJson)
Instantiates a new system error response. |
Method Summary | |
---|---|
java.lang.String |
getErrorCode()
Gets the error code. |
java.lang.String |
getMessage()
Gets the message. |
boolean |
parseResponseJSON(org.json.JSONObject responseJson)
Parses the response JSON. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemErrorResponse(org.json.JSONObject responseJson) throws TangoCardSdkException
responseJson
- the response JSON
TangoCardSdkException
Method Detail |
---|
public java.lang.String getErrorCode()
public boolean parseResponseJSON(org.json.JSONObject responseJson) throws TangoCardSdkException
BaseResponse
responseJson
- the response JSON
TangoCardSdkException
public java.lang.String getMessage()
FailureResponse
getMessage
in class FailureResponse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |