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 SummaryFields Modifier and Type Field Description static intINTERNAL_ERRORstatic intINTERNET_NOT_AVAILABLENo internet connection from the device.static intUNPROCESSABLE_ENTITY
 
- 
- 
- 
Field Detail- 
INTERNET_NOT_AVAILABLEstatic 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_ERRORstatic final int INTERNAL_ERROR - See Also:
- Constant Field Values
 
 - 
UNPROCESSABLE_ENTITYstatic final int UNPROCESSABLE_ENTITY - See Also:
- Constant Field Values
 
 
- 
 
-