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 c38d0fb commit 90664f5Copy full SHA for 90664f5
1 file changed
README.md
@@ -43,6 +43,9 @@ Go 1.13+
43
9. TypeMaximumAttempts - For attempting the same action more than an allowed threshold
44
10. TypeSubscriptionExpired - For when a user's 'paid' account has expired
45
11. TypeDownstreamDependencyTimedout - For when a request to a downstream dependent service times out
46
+12. TypeNotImplemented - For when the requested function cannot be fullfilled because of incapability
47
+13. TypeContextTimedout - For when the Go context has timed out
48
+14. TypeContextCancelled - For when the Go context has been cancelled
49
50
Helper functions are available for all the error types. Each of them have 2 helper functions, one which accepts only a string,
51
and the other which accepts an original error as well as a user friendly message.
0 commit comments