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-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["Hotel asset suggestions can have various statuses, including success, hotel not found, and invalid place ID."],["Statuses provide information on whether the suggestion was successfully retrieved or encountered errors like an invalid Google Places ID or hotel lookup failure."],["While \"success\" indicates a successful retrieval, other statuses signify specific issues, such as \"hotel_not_found\" when a hotel isn't found and \"invalid_place_id\" for an unusable Google Places ID."],["Unspecified and unknown statuses represent either a lack of specific status or an unrecognized error code, respectively."]]],[]]