AssetSetAssetError
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-10-12 UTC.
[null,null,["Last updated 2024-10-12 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 a missing link when attaching a Location asset to a LocationGroup asset set."]]],[]]