#
error-handling
Here are 1,263 public repositories matching this topic...
Bash Infinity is a modern standard library / framework / boilerplate for Bash
testing
shell
bash
boilerplate
framework
functional-programming
logging
oop
error-handling
standard-library
-
Updated
Mar 3, 2022 - Shell
Generate, parse, and enhance JavaScript stack traces in all web browsers
-
Updated
Feb 12, 2022 - JavaScript
High performance understanding for stack traces (Make error logs more productive)
-
Updated
Mar 9, 2022 - C#
Exceptionless server and jobs
javascript
c-sharp
redis
elasticsearch
monitoring
log
crash-reporting
error-monitoring
logging
crash-reports
exception
error-handling
asp-net
error-reporting
foundatio
exceptionless
unhandled-exceptions
error-stack-trace
crash-reporting-tool
bug-tracking-tool
-
Updated
Mar 21, 2022 - C#
-
Updated
Mar 1, 2022 - JavaScript
debugger
php
profiler
nette
nette-framework
ajax
error-handling
php-errors
tracy
firelogger
dump-variables
-
Updated
Mar 22, 2022 - PHP
Easily add loading, empty and error states in your app.
-
Updated
Jun 9, 2020 - Java
eris provides a better way to handle, trace, and log errors in Go 🎆
-
Updated
Mar 9, 2022 - Go
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
-
Updated
Sep 14, 2018 - Swift
khionu
commented
Mar 2, 2022
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Catch errors with style 💥 ✨
-
Updated
Feb 21, 2022 - JavaScript
bryanlarsen
commented
Jan 15, 2022
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
help wanted
Extra attention is needed
good first issue
Good for newcomers
found in the field
A user of SNAFU found this when trying to use it
html
theme
nginx
webserver
expressjs
error-handling
caddy
error-messages
koajs
apache-httpd
lighttpd
http-errors
-
Updated
Aug 10, 2021 - JavaScript
A comprehensive error handling library for Go
-
Updated
Mar 16, 2022 - Go
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
debugging
php
bugsnag
laravel
errors
crash-reporting
error-monitoring
lumen
crash
error-handling
debug
exceptions
bugs
error-reporting
debugging-tool
error-notification
exception-reporting
bugsnag-laravel
-
Updated
Feb 9, 2022 - PHP
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
javascript
bugsnag
monitoring
crash-reporting
error-monitoring
bug
error-handling
debug
exceptions
bugs
javascript-errors
error-reporting
exception-handling
error-stack-trace
debugging-tool
crash-reporting-tool
exception-reporting
bugsnag-notifier
bugsnag-js
application-monitoring-software
-
Updated
Mar 23, 2022 - TypeScript
Golang errors with stack trace and source fragments.
-
Updated
Mar 15, 2019 - Go
stacktrace
json
stack
json-api
logger
logging
pretty-print
typescript-library
error-handling
exceptions
logging-library
-
Updated
Mar 21, 2022 - TypeScript
ZacSweers
commented
Apr 8, 2019
This case should just be passed directly to the parent handler
-
Updated
Feb 11, 2022 - TypeScript
Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
python
stacktrace
debugging
errors
jupyter
colors
logging
arguments
pretty-print
python3
error-handling
exceptions
dump
frame
traceback
print
pretty
variables
exception-handling
locals
-
Updated
Dec 19, 2021 - Python
Error tracking and logging from JS to Rollbar
-
Updated
Mar 21, 2022 - JavaScript
Bugsnag error monitoring and crash reporting tool for PHP apps
php
bugsnag
errors
crash-reporting
error-monitoring
crash
error-handling
debug
exceptions
bugs
error-reporting
exception-handling
debugging-tool
error-notification
crash-reporting-tool
exception-reporting
bugsnag-php
application-monitoring-software
bug-tracking-tool
php-error-monitoring
-
Updated
Feb 7, 2022 - PHP
A generalised Result object implementation for .NET/C#
-
Updated
Feb 8, 2022 - C#
Show some ❤️ to Node.js process errors
nodejs
javascript
testing
debugging
library
monitoring
es6
test
promise
handler
logging
process
exception
error-handler
error-handling
error
uncaught-exceptions
code-quality
handling
uncaught
-
Updated
Feb 26, 2022 - JavaScript
Sentry 小程序/小游戏 SDK:用于小程序/小游戏平台的 Sentry SDK(目前支持微信、字节跳动、支付宝、钉钉、QQ、百度小程序,微信、QQ 小游戏)
typescript
sentry
raven
sentry-client
error-handling
weapp
sentry-service
raven-js
crash-report
sentry-sdk
sentry-weapp
sentry-miniapp
sentry-javascript
sentry-myapp
sentry-ttapp
-
Updated
Sep 2, 2021 - TypeScript
Minimalist Error collection Service compatible with Rollbar clients. Sentry or Rollbar alternative.
errors
sentry
rollbar
error-handling
rollbar-api
error-log
error-reporting
sentry-alternative
rollbar-alternative
-
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