For the complete documentation index, see llms.txt. This page is also available as Markdown.

AlreadyExistsError

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

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

Fields

id ● String scalar

message ● String! non-null scalar

Interfaces

BaseError interface

Base interface for error types.

Implemented By

DataSourceResult union

Last updated

Was this helpful?