> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/unions/catalog-asset-result.md).

# CatalogAssetResult

No description

```graphql
union CatalogAssetResult = CatalogAsset | NotFoundError
```

### Possible types

#### [CatalogAsset](/api/graphql/data-access/object-types/catalog-asset.md) object

Contains the information to link a data object in Collibra Data Access to the corresponding Technical Asset in Collibra Catalog.

#### [NotFoundError](/api/graphql/data-access/object-types/not-found-error.md) object

Error when the user is requesting a resource that does not exist.

### Member Of

[`DataObject`](/api/graphql/data-access/object-types/data-object.md) object
