Error codes for internal failures.
Enums | |
---|---|
ERROR_CODE_UNSPECIFIED |
Unspecified error code. |
UNVERIFIED_LOCATION |
The location is not verified. |
INVALID_LOCATION_CATEGORY |
The location category is not eligible for the place action type. The place action type causing the error will be returned in the metadata, with string "placeActionType" as the key and PlaceActionType enum value string as the value. |
INVALID_URL |
The url is malformed/invalid. The place action url that is invalid will be returned in the metadata, with the string "url" as the key and the url as the value. |
URL_PROVIDER_NOT_ALLOWED |
The url has a provider that is not allowed. The place action url that is disallowed will be returned in the metadata, with the string "url" as the key and the url as the value. |
TOO_MANY_VALUES |
Too many values have been set for the place action type. The type for which the limit is reached will be returned in the metadata, with the string "placeActionType" as the key and PlaceActionType enum value string as the value. |
DELETED_LINK |
The requested place action link has been deleted. The corresponding url will be returned in the metadata, with the string "url" as the key and the url as the value. |
LINK_ALREADY_EXISTS |
An update is being requested to convert a place action link to one that already exists, with the same uri and type at the specified location. |
SCALABLE_DEEP_LINK_INVALID_MULTIPLICITY |
The domain that the link contains has already been used, and there is a limit of one link per domain for each PlaceActionType. |
LINK_DOES_NOT_EXIST |
A link has been specified that cannot be found in the database. |