public interface StravaAPIException
Implementations of this interface will have the error message emitted by the Strava API available via the getResponse()
method
| Modifier and Type | Method and Description |
|---|---|
StravaResponse |
getResponse()
Return the error message emitted by the Strava API
|
void |
setResponse(StravaResponse response) |
StravaResponse getResponse()
void setResponse(StravaResponse response)
response - the response to setCopyright © 2015 Dan Shannon. All rights reserved.