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

BaseError

Base interface for error types.

interface BaseError {
  message: String!
}

Fields

message ● String! non-null scalar

Implemented By

AlreadyExistsError object ● InvalidInputError object ● NotFoundError object ● PermissionDeniedError object

Last updated

Was this helpful?