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.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

DUPLICATE_ASSET_SET_NAME

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

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.

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.

INVALID_CHAIN_IDS

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

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.

INVALID_PLACE_IDS

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

OAUTH_INFO_INVALID

The Google Business Profile OAuth info is invalid.

OAUTH_INFO_MISSING

The Google Business Profile OAuth info is missing.

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.