For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

serviceUnreachable

Error indicating that MOVE SDK server is unreachable.

Last updated