|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RetrofitError | |
---|---|
retrofit |
Uses of RetrofitError in retrofit |
---|
Methods in retrofit that return RetrofitError | |
---|---|
static RetrofitError |
RetrofitError.conversionError(String url,
Response response,
Converter converter,
Type successType,
ConversionException exception)
|
static RetrofitError |
RetrofitError.httpError(String url,
Response response,
Converter converter,
Type successType)
|
static RetrofitError |
RetrofitError.networkError(String url,
IOException exception)
|
static RetrofitError |
RetrofitError.unexpectedError(String url,
Throwable exception)
|
Methods in retrofit with parameters of type RetrofitError | |
---|---|
void |
Callback.failure(RetrofitError error)
Unsuccessful HTTP response due to network failure, non-2XX status code, or unexpected exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |