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 f032c7e commit 9ca097dCopy full SHA for 9ca097d
dbos/errors.go
@@ -55,6 +55,7 @@ func (e *DBOSError) Unwrap() error {
55
return e.wrappedErr
56
}
57
58
+// Implements https://pkg.go.dev/errors#Is
59
func (e *DBOSError) Is(target error) bool {
60
t, ok := target.(*DBOSError)
61
if !ok {
0 commit comments