File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ Go 1.13+
43439 . TypeMaximumAttempts - For attempting the same action more than an allowed threshold
444410 . TypeSubscriptionExpired - For when a user's 'paid' account has expired
454511 . 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
4649
4750Helper functions are available for all the error types. Each of them have 2 helper functions, one which accepts only a string,
4851and the other which accepts an original error as well as a user friendly message.
You can’t perform that action at this time.
0 commit comments