public interface ClientErrorHandler
Examples:
Modifier and Type | Field and Description |
---|---|
static TypeToken<ClientErrorHandler> |
TYPE
A type token for this type.
|
Modifier and Type | Method and Description |
---|---|
void |
error(Context context,
int statusCode)
Handle a client error.
|
static final TypeToken<ClientErrorHandler> TYPE