AssetSetError

  • This page lists and describes possible errors related to asset sets.

  • Errors include issues with duplicate names, invalid or incompatible parent asset set types, and incorrect asset set sources.

  • Location sync typed asset set errors cover invalid chain or place IDs, unsupported relationship types, and uniqueness constraints.

  • OAuth information for Google Business Profile can be missing or invalid, leading to errors.

  • An asset set cannot be deleted if it has enabled linkages or is a parent with enabled child asset sets.

Enum describing possible asset set errors.

Proto definition

Enums

ASSET_SET_SOURCE_INCOMPATIBLE_WITH_PARENT_ASSET_SET

The asset set source doesn't match its parent AssetSet's data.

ASSET_SET_TYPE_CANNOT_BE_LINKED_TO_CUSTOMER

This AssetSet type cannot be linked to CustomerAssetSet.

CANNOT_DELETE_AS_ENABLED_LINKAGES_EXIST

Can't delete an AssetSet if it has any enabled linkages (e.g. CustomerAssetSet), or AssetSet is a parent AssetSet and has enabled child AssetSet associated.

DUPLICATE_ASSET_SET_NAME

The asset set name matches that of another enabled asset set.

INVALID_CHAIN_IDS

The chain id(s) in ChainSet of a LOCATION_SYNC typed AssetSet is invalid.

INVALID_PARENT_ASSET_SET_TYPE

The type of AssetSet.asset_set_source does not match the type of AssetSet.location_set.source in its parent AssetSet.

INVALID_PLACE_IDS

The place id(s) in a LocationSync typed AssetSet is invalid and can't be decoded.

LOCATION_SYNC_ASSET_SET_DOES_NOT_SUPPORT_RELATIONSHIP_TYPE

The relationship type in ChainSet of a LOCATION_SYNC typed AssetSet is not supported.

NOT_UNIQUE_ENABLED_LOCATION_SYNC_TYPED_ASSET_SET

There is more than one enabled LocationSync typed AssetSet under one customer.

OAUTH_INFO_INVALID

The Google Business Profile OAuth info is invalid.

OAUTH_INFO_MISSING

The Google Business Profile OAuth info is missing.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.