We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed7efb commit 45e8077Copy full SHA for 45e8077
internal/graph/errors.go
@@ -61,11 +61,6 @@ type RelationNotFoundError struct {
61
relationName string
62
}
63
64
-// NotFoundRelationName returns the name of the relation not found.
65
-func (err RelationNotFoundError) NotFoundRelationName() string {
66
- return err.relationName
67
-}
68
-
69
func (err RelationNotFoundError) MarshalZerologObject(e *zerolog.Event) {
70
e.Err(err.error).Str("namespace", err.namespaceName).Str("relation", err.relationName)
71
0 commit comments