HotelAssetSuggestionStatus
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Hotel asset suggestions can have various statuses, including success, errors due to hotel unavailability or invalid location identifiers, and general unknown or unspecified errors."],["A status of `SUCCESS` indicates a successful retrieval of the hotel asset suggestion, while `HOTEL_NOT_FOUND` signifies the hotel was not found and `INVALID_PLACE_ID` indicates an issue with the provided location identifier."],["Statuses of `UNSPECIFIED` and `UNKNOWN` represent general errors, with the former indicating an unspecified issue and the latter an unrecognized error code."]]],[]]