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 7b5ba31 commit 43b48a5Copy full SHA for 43b48a5
2 files changed
server/graph/errors.go
@@ -0,0 +1,6 @@
1
+package graph
2
+
3
+import "fmt"
4
5
+var ErrInternal = fmt.Errorf("internal server error")
6
+var ErrWrongCredentials = fmt.Errorf("incorrect credentials provided")
0 commit comments