Package com.blukii.sdk.config
Class ResponseError
java.lang.Object
com.blukii.sdk.config.ResponseError
Class
ResponseError
represents an error which can occur while a request and is passed
in ResponseListener.onError(ResponseError)
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets theBlukiiAction
which was done while the error occurred.Gets theResponseStatus
which describes the error.
-
Method Details
-
getAction
Gets theBlukiiAction
which was done while the error occurred.Note: This is only needed if you use a central
ResponseListener
- Returns:
- The error causing
BlukiiAction
-
getErrorStatus
Gets theResponseStatus
which describes the error.- Returns:
- An error describing
ResponseStatus
-