Package es.situm.sdk.error
Interface CommonErrorConstant.Code
-
- All Known Subinterfaces:
CommunicationManager.Code,DirectionsManager.Code,LocationManager.Code
- Enclosing interface:
- CommonErrorConstant
public static interface CommonErrorConstant.CodeThe errors received inHandler.onFailure(Error)that could be produced in all the managers
-
-
Field Summary
Fields Modifier and Type Field Description static intINTERNAL_ERRORstatic intINTERNET_NOT_AVAILABLENo internet connection from the device.
-
-
-
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
-
-