TagResult
union TagResult =
| InvalidInputError
| NotFoundError
| PermissionDeniedError
| TagPossible types
InvalidInputError object
NotFoundError object
PermissionDeniedError object
Tag object
Returned By
Last updated
Was this helpful?
No description
union TagResult =
| InvalidInputError
| NotFoundError
| PermissionDeniedError
| TagError when some of the input parameters in the request are not valid.
Error when the user is requesting a resource that does not exist.
Error when permission to the requested resource is denied.
Represents a tag (key/value pair) on an entity.
createTag mutation
Last updated
Was this helpful?
Was this helpful?