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 in
Handler.onFailure(Error) that could be
produced in all the managers-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intNo internet connection from the device.static final int
-
Field Details
-
INTERNET_NOT_AVAILABLE
static final int INTERNET_NOT_AVAILABLENo internet connection from the device. The internet connection can be with wifi or mobile network, but this error is generic- See Also:
-
INTERNAL_ERROR
static final int INTERNAL_ERROR- See Also:
-
UNPROCESSABLE_ENTITY
static final int UNPROCESSABLE_ENTITY- See Also:
-