ResultStatus

enum ResultStatus : Enum<ResultStatus>

Entries

SUCCESS
Link copied to clipboard
CANCELED
Link copied to clipboard
< Request completed successfully.
INVALID_LOCATION_ID
Link copied to clipboard
< Request was canceled before completion.
INVALID_CATEGORY_TAG
Link copied to clipboard
< Location request contains invalid location ID.
INVALID_SEARCH_LOCATION
Link copied to clipboard
< Places request contains invalid category tag.
INVALID_CONT_TOKEN
Link copied to clipboard
< Places request contains invalid location and boundary.
INVALID_SEARCH_HANDLE
Link copied to clipboard
< Places page request contains invalid continuation token.
INVALID_SESSION_HANDLE
Link copied to clipboard
< Search object does not exist.
INVALID_SESSION_STATE
Link copied to clipboard
< Search session object does not exist.
UNAUTHORIZED
Link copied to clipboard
< Search session state is not valid for this operation.
NETWORK_UNAVAILABLE
Link copied to clipboard
< Client is not authorized to perform requested operation.
NETWORK_TIMEOUT
Link copied to clipboard
< Network is not available.
UNSPECIFIED_ERROR
Link copied to clipboard
< Network request timed out.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: Int