public interface LocationCodes extends InvocationCodes
| Modifier and Type | Field and Description |
|---|---|
static String |
ALREADY_THERE
An error code sent when a user requests to move to a place, but
they are already in the requested place.
|
static String |
MOVE_IN_PROGRESS
An error code sent when a user requests to move to a new place but
they are in the middle of moving somewhere already.
|
static String |
NO_SUCH_PLACE
An error code indicating that a place identified by a particular
place id does not exist.
|
ACCESS_DENIED, E_ACCESS_DENIED, E_INTERNAL_ERROR, GLOBAL_GROUP, INTERNAL_ERRORstatic final String NO_SUCH_PLACE
static final String MOVE_IN_PROGRESS
static final String ALREADY_THERE
Copyright © 2015. All rights reserved.