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 theBlukiiActionwhich was done while the error occurred.Gets theResponseStatuswhich describes the error.
-
Method Details
-
getAction
Gets theBlukiiActionwhich was done while the error occurred.Note: This is only needed if you use a central
ResponseListener- Returns:
- The error causing
BlukiiAction
-
getErrorStatus
Gets theResponseStatuswhich describes the error.- Returns:
- An error describing
ResponseStatus
-