# failedTag

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

### Examples

```graphql
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:

* [{} AddTagRes.failedTags](https://docs.ox.security/api-documentation/api-reference/api--tags/types/objects/add-tag-res)
