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

TagValueConnectionResult

No description

union TagValueConnectionResult =
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError
  | TagValueConnection

Possible types

InvalidInputError object

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

NotFoundError object

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

PermissionDeniedError object

Error when permission to the requested resource is denied.

TagValueConnection object

The connection type for paginated list of tag values.

Returned By

tagValues query

Last updated

Was this helpful?