ResultStatus

enum ResultStatus : Enum<ResultStatus> , Parcelable

Entries

UNSPECIFIED_ERROR
Link copied to clipboard

< Network request timed out.

NETWORK_TIMEOUT
Link copied to clipboard

< Network is not available.

NETWORK_UNAVAILABLE
Link copied to clipboard

< Client is not authorized to perform requested operation.

UNAUTHORIZED
Link copied to clipboard

< Search session state is not valid for this operation.

INVALID_SESSION_STATE
Link copied to clipboard

< Search session object does not exist.

INVALID_SESSION_HANDLE
Link copied to clipboard

< Search object does not exist.

INVALID_SEARCH_HANDLE
Link copied to clipboard

< Places page request contains invalid continuation token.

INVALID_CONT_TOKEN
Link copied to clipboard

< Places request contains invalid location and boundary.

INVALID_SEARCH_LOCATION
Link copied to clipboard

< Places request contains invalid category tag.

INVALID_CATEGORY_TAG
Link copied to clipboard

< Location request contains invalid location ID.

INVALID_LOCATION_ID
Link copied to clipboard

< Request was canceled before completion.

CANCELED
Link copied to clipboard

< Request completed successfully.

SUCCESS
Link copied to clipboard

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

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