failedTag
Last updated
Represents a tag that failed to be created along with the reason for failure.
type FailedTag {
name: String!
failedReason: String!
}name String!
Name of the tag that failed to be created
failedReason String!
Reason why the tag creation failed
Last updated
