HotelAssetSuggestionStatus

  • A hotel asset suggestion can have various statuses indicating its outcome.

  • Statuses include success, unknown errors, or specific issues like a hotel not being found or an invalid place ID.

  • The UNSPECIFIED enum means the status is not specified.

Possible statuses of a hotel asset suggestion.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

SUCCESS

The hotel asset suggestion was successfully retrieved.

HOTEL_NOT_FOUND

A hotel look up returns nothing.

INVALID_PLACE_ID

A Google Places ID is invalid and cannot be decoded.