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 6989c3d commit 69abb88Copy full SHA for 69abb88
types.go
@@ -4,3 +4,7 @@ type (
4
// ErrorCode is a type for error codes.
5
ErrorCode uint16
6
)
7
+
8
+const (
9
+ ErrorCodeNil ErrorCode = 0
10
+)
0 commit comments