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 Details

    • 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:
    • INTERNAL_ERROR

      static final int INTERNAL_ERROR
      See Also:
    • UNPROCESSABLE_ENTITY

      static final int UNPROCESSABLE_ENTITY
      See Also: