error-handling
Here are 952 public repositories matching this topic...
-
Updated
on Aug 1, 2020 - Shell
-
Updated
on Apr 10, 2020 - JavaScript
-
Updated
on Nov 23, 2020 - C#
-
Updated
on Aug 16, 2020 - C#
-
Updated
on Nov 27, 2020 - JavaScript
-
Updated
on Nov 16, 2020 - PHP
-
Updated
on Jun 9, 2020 - Java
-
Updated
on Sep 14, 2018 - Swift
-
Updated
on Nov 2, 2020 - JavaScript
-
Updated
on Nov 15, 2020 - JavaScript
-
Updated
on Nov 27, 2020 - PHP
Add eris.As(...)
For completion, we should offer an As
method like the one in Go 1.13 errors (https://golang.org/pkg/errors/#As). We should try to make this more reliable than Go's version by preventing panics: "As will panic if target is not a non-nil pointer to either a type that implements error, or to any interface type." Seems like we could just return false in these cases instead.
-
Updated
on Aug 24, 2020 - Go
-
Updated
on Mar 15, 2019 - Go
-
Updated
on Nov 27, 2020 - TypeScript
This case should just be passed directly to the parent handler
Took me a while to discover it, might be nice including it in one of the basic examples
-
Updated
on Jul 30, 2020 - TypeScript
-
Updated
on Nov 27, 2020 - PHP
-
Updated
on Nov 20, 2020 - JavaScript
-
Updated
on Nov 8, 2020 - JavaScript
-
Updated
on Sep 7, 2020 - JavaScript
-
Updated
on Jan 30, 2019 - Java
-
Updated
on Mar 1, 2020 - Python
-
Updated
on Jun 23, 2020 - Swift
-
Updated
on Mar 12, 2019 - Go
-
Updated
on Feb 25, 2020 - Scala
Improve this page
Add a description, image, and links to the error-handling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the error-handling topic, visit your repo's landing page and select "manage topics."
Package version eg. v8, v9:
v9
Issue, Question or Enhancement:
Is it possible to use oneof validation with values containing space character? Tried with single quote but it did not seem to work.
Code sample, to showcase or reproduce: