Package es.situm.sdk.error
Interface CommonErrorConstant.Code
-
- All Known Subinterfaces:
CommunicationManager.Code
,DirectionsManager.Code
,LocationManager.Code
- Enclosing interface:
- CommonErrorConstant
public static interface CommonErrorConstant.Code
The errors received inHandler.onFailure(Error)
that could be produced in all the managers
-
-
Field Summary
Fields Modifier and Type Field Description static int
INTERNAL_ERROR
static int
INTERNET_NOT_AVAILABLE
No internet connection from the device.static int
UNPROCESSABLE_ENTITY
-
-
-
Field Detail
-
INTERNET_NOT_AVAILABLE
static final int INTERNET_NOT_AVAILABLE
No internet connection from the device. The internet connection can be with wifi or mobile network, but this error is generic- See Also:
- Constant Field Values
-
INTERNAL_ERROR
static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
-
UNPROCESSABLE_ENTITY
static final int UNPROCESSABLE_ENTITY
- See Also:
- Constant Field Values
-
-