public class BlockscoreError
extends java.lang.Object
| Constructor and Description |
|---|
BlockscoreError() |
| Modifier and Type | Method and Description |
|---|---|
static BlockscoreError |
getBlockscoreError(retrofit.RetrofitError cause)
Converts a Retrofit Error into a Blockscore Error.
|
RequestError |
getError()
Returns the error details.
|
@Nullable public static BlockscoreError getBlockscoreError(@NotNull retrofit.RetrofitError cause)
cause - the Retrofit error to convert@NotNull public RequestError getError()