GeoTargetConstantSuggestionError

  • Describes possible errors related to geo target constant suggestions.

  • Errors include issues with location name size, number of location names, invalid country codes, and missing request parameters.

  • UNSPECIFIED and UNKNOWN enums are also included.

Enum describing possible geo target constant suggestion errors.

Proto definition

Enums

INVALID_COUNTRY_CODE

The country code is invalid.

LOCATION_NAME_LIMIT

At most 25 location names can be specified in a SuggestGeoTargetConstants method.

LOCATION_NAME_SIZE_LIMIT

A location name cannot be greater than 300 characters.

REQUEST_PARAMETERS_UNSET

Geo target constant resource names or location names must be provided in the request.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.