AssetSetError
Stay organized with collections
Save and categorize content based on your preferences.
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. |
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-20 UTC."],[[["This enum describes potential errors that can occur with asset sets."],["Errors can relate to asset set names, types, sources, linkages, or chain IDs."],["Location Sync and Google Business Profile integrations have specific error codes."],["Deletion restrictions exist for asset sets with active linkages or child dependencies."],["Unspecified and unknown error types are also included."]]],[]]