error-handling
Here are 1,119 public repositories matching this topic...
-
Updated
Aug 6, 2021 - Shell
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Sep 2, 2021 - C#
-
Updated
Sep 1, 2021 - C#
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Aug 29, 2021 - PHP
-
Updated
Jun 9, 2020 - Java
-
Updated
Sep 14, 2018 - Swift
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Go
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Sep 2, 2021 - PHP
-
Updated
Apr 7, 2021 - Go
If a Snafu derive has accidentally been left in an enum definition, the error: Only struct-like and unit enum variants are supported error can be confusing, because it points only to the offending variant, not to the Snafu derive, and the message doesn't mention snafu at all.
Please consider making that error a little more specific; say:
error: Snafu supports only struct-like an
-
Updated
Mar 15, 2019 - Go
-
Updated
Sep 2, 2021 - TypeScript
This case should just be passed directly to the parent handler
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Jul 20, 2021 - Python
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Aug 24, 2021 - PHP
-
Updated
Aug 21, 2021 - JavaScript
Might be nice to have a reporter that's able to output errors as JSON.
Ref: zkat/miette#28 (comment).
-
Updated
Jan 30, 2019 - Java
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Mar 1, 2020 - Python
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. v9, v10:
Issue, Question or Enhancement:
Golangci-lint (https://github.com/golangci/golangci-lint) comes with a errorlint linter (https://github.com/polyfloyd/go-errorlint). When I switched it on, I got this issue f