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

failedTag

Represents a tag that failed to be created along with the reason for failure.

Examples

type FailedTag {
  name: String!
  failedReason: String!
}

Fields

Field
Description
Supported fields

name String!

Name of the tag that failed to be created

failedReason String!

Reason why the tag creation failed

References

Fields with this object:

Last updated