error-handling
Here are 1,293 public repositories matching this topic...
-
Updated
Mar 3, 2022 - Shell
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Mar 9, 2022 - C#
-
Updated
Apr 18, 2022 - C#
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Apr 23, 2022 - PHP
-
Updated
Jun 9, 2020 - Java
-
Updated
Apr 24, 2022 - Go
Currently IntoDiagnostic wraps the Error that it is called on with a DiagnosticError.
This means that any further inspection using is or downcast{,_ref,_mut} will fail to reach the inner type and only DiagnosticError can be reached. Since it is an implementation detai
-
Updated
Sep 14, 2018 - Swift
-
Updated
Feb 21, 2022 - JavaScript
Following the instructions on the front page, I have
#[derive(Debug, Snafu)]
pub enum Error {
#[snafu(whatever, display("{message}"))]
Whatever {
message: String,
#[snafu(source(from(Box<dyn std::error::Error>, Some)))]
source: Option<Box<dyn std::error::Error>>,
},This results in the error:
error: future cannot be sent betwee
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Mar 16, 2022 - Go
-
Updated
Apr 3, 2022 - PHP
-
Updated
Apr 24, 2022 - TypeScript
-
Updated
Mar 15, 2019 - Go
-
Updated
Mar 26, 2022 - TypeScript
This case should just be passed directly to the parent handler
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Dec 19, 2021 - Python
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Feb 7, 2022 - PHP
-
Updated
Apr 20, 2022 - C#
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Oct 13, 2021 - 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