MoveGeocodeError

Status returned by a geo-lookup.

enum class MoveGeocodeError {
    RESOLVE_FAILED,
    SERVICE_UNREACHABLE,
    THRESHOLD_REACHED,
}

MoveGeocodeError

resolveFailed

Error indicating that the passed coordinates can't be resolved.

thresholdReached

Maximum defined threshold reached. This threshold is not changeable. Android: 60 times in 1 hour.

serviceUnreachable

Error indicating that MOVE SDK server is unreachable.

Last updated