> 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/object-types/already-exists-error.md).

# AlreadyExistsError

Error when the user tries to create a resource that already exists.

```graphql
type AlreadyExistsError implements BaseError {
  id: String
  message: String!
}
```

### Fields

#### id ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#id" id="id"></a>

#### message ● [`String!`](/api/graphql/data-access/scalars/string.md) non-null scalar <a href="#message" id="message"></a>

### Interfaces

#### [`BaseError`](/api/graphql/data-access/interfaces/base-error.md) interface

Base interface for error types.

### Implemented By

[`DataSourceResult`](/api/graphql/data-access/unions/data-source-result.md) union
