error-handling
Here are 945 public repositories matching this topic...
-
Updated
Aug 1, 2020 - Shell
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Nov 12, 2020 - C#
-
Updated
Aug 16, 2020 - C#
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 12, 2020 - PHP
-
Updated
Jun 9, 2020 - Java
-
Updated
Sep 14, 2018 - Swift
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 23, 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
Aug 24, 2020 - Go
-
Updated
Mar 15, 2019 - Go
-
Updated
Nov 14, 2020 - TypeScript
This case should just be passed directly to the parent handler
-
Updated
Jul 30, 2020 - TypeScript
This will involve adding a feature flag for Rust 1.46, then adding #[track_caller]
to the context selector methods like build
and fail
.
-
Updated
Nov 5, 2020 - PHP
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jan 30, 2019 - Java
-
Updated
Mar 1, 2020 - Python
-
Updated
Jun 23, 2020 - Swift
-
Updated
Mar 12, 2019 - Go
-
Updated
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: