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 cbe2f6d commit 66e2aaaCopy full SHA for 66e2aaa
switch.go
@@ -1,6 +1,6 @@
1
package errorx
2
3
-// NotRecognisedType is a synthetic type used in TypeSwitch, signifying casting error to *Error failed.
+// NotRecognisedType is a synthetic type used in TypeSwitch, signifying a presence of non-nil error of some other type.
4
func NotRecognisedType() *Type { return notRecognisedType }
5
6
// CaseNoError is a synthetic trait used in TraitSwitch, signifying an absence of error.
0 commit comments