I am trying to use a Managed Tag Provider, the provider works nicely besides one element.
If I try and make a tag that is the same path as an existing tag folder, I get this log error from the gateway.
I understand why it appears, but there seems to be no way to query the ManagedTagProvider to find if there is an existing folder at that path before using
.updateValue() and thereby triggering the pictured gateway log. I want it to fail to update, but its flooding the logs massively.
Is there any way around this besides tracking the tag paths externally to the ManagedTagProvider?