Im noticing something interesting that one of the ...
# spicedb
d
Im noticing something interesting that one of the devs on my team just brought to my attention. If I call WriteRelationships with the relation as
invalidrelation
we receive a
FailedPrecondition
error, but if we make it camel case
invalidRelation
we receive an
InvalidArgument
error. Is this intentional?
3 Views