-
public final class NetworkResponse.Failure<T extends Object> extends NetworkResponse<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final Integercodeprivate final StringerrorMessage
-
Constructor Summary
Constructors Constructor Description NetworkResponse.Failure(Integer code, String errorMessage)
-
Method Summary
Modifier and Type Method Description IntegergetCode()final StringgetErrorMessage()
-