AssetSetAssetError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible asset set asset errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
INVALID_ASSET_TYPE
|
The asset type is not eligible to be linked to the specific type of asset set. |
INVALID_ASSET_SET_TYPE
|
The asset set type is not eligible to contain the specified type of assets. |
DUPLICATE_EXTERNAL_KEY
|
The asset contains duplicate external key with another asset in the asset set. |
PARENT_LINKAGE_DOES_NOT_EXIST
|
When attaching a Location typed Asset to a LocationGroup typed AssetSet, the AssetSetAsset linkage between the parent LocationSync AssetSet and the Asset doesn't exist. |
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 when managing assets within asset sets."],["Errors can indicate issues with asset types, asset set types, duplicate keys, or parent-child relationships."],["`UNSPECIFIED` and `UNKNOWN` values represent general or unrecognized error states."],["`INVALID_ASSET_TYPE` and `INVALID_ASSET_SET_TYPE` signal incompatibility between asset and asset set types."],["`DUPLICATE_EXTERNAL_KEY` highlights the existence of identical external keys within the asset set."],["`PARENT_LINKAGE_DOES_NOT_EXIST` specifically addresses issues with Location and LocationGroup asset set relationships where the expected parent linkage is missing."]]],[]]