> 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/grant-category-result.md).

# GrantCategoryResult

No description

```graphql
union GrantCategoryResult =
  | GrantCategory
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError
```

### Possible types

#### [GrantCategory](/api/graphql/data-access/object-types/grant-category.md) object

Represent a grant category. Grant categories are used to categorize access controls with `action=Grant` to allow structuring them better.

#### [InvalidInputError](/api/graphql/data-access/object-types/invalid-input-error.md) object

Error when some of the input parameters in the request are not valid.

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

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

#### [PermissionDeniedError](/api/graphql/data-access/object-types/permission-denied-error.md) object

Error when permission to the requested resource is denied.

### Returned By

`createGrantCategory` mutation ● [`grantCategory`](/api/graphql/data-access/queries/grant-category.md) query ● [`grantCategoryByName`](/api/graphql/data-access/queries/grant-category-by-name.md) query ● `updateGrantCategory` mutation

### Member Of

[`AssetTypeLinkConfiguration`](/api/graphql/data-access/object-types/asset-type-link-configuration.md) object
