#
error-handling
Here are 1,191 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
Sep 11, 2021 - Shell
Generate, parse, and enhance JavaScript stack traces in all web browsers
-
Updated
Mar 25, 2021 - JavaScript
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
Nov 15, 2021 - C#
High performance understanding for stack traces (Make error logs more productive)
-
Updated
Nov 11, 2021 - C#
-
Updated
Oct 5, 2021 - JavaScript
debugger
php
profiler
nette
nette-framework
ajax
error-handling
php-errors
tracy
firelogger
dump-variables
-
Updated
Nov 10, 2021 - PHP
Easily add loading, empty and error states in your app.
-
Updated
Jun 9, 2020 - Java
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
-
Updated
Sep 14, 2018 - Swift
eris provides a better way to handle, trace, and log errors in Go 🎆
-
Updated
Jul 30, 2021 - Go
Catch errors with style 💥 ✨
-
Updated
Oct 21, 2021 - JavaScript
html
theme
nginx
webserver
expressjs
error-handling
caddy
error-messages
koajs
apache-httpd
lighttpd
http-errors
-
Updated
Aug 10, 2021 - JavaScript
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
Nov 5, 2021 - PHP
A comprehensive error handling library for Go
-
Updated
Apr 7, 2021 - Go
laynor
commented
Nov 17, 2020
Took me a while to discover it, might be nice including it in one of the basic examples
Golang errors with stack trace and source fragments.
-
Updated
Mar 15, 2019 - Go
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
Nov 19, 2021 - TypeScript
fitzgen
commented
Nov 15, 2021
Thanks for creating miette
! :)
Steps to Reproduce
Add the example program from the README
to src/main.rs
:
src/main.rs
/*
You can derive a Diagnostic from any `std::error::Error` type.
`thiserror` is a great way to define them, and plays nicely with `miette`!
*/
use miette::{Diagnostic, SourceSpan};
use thiserror::Error;
ZacSweers
commented
Apr 8, 2019
This case should just be passed directly to the parent handler
-
Updated
Sep 21, 2021 - TypeScript
stacktrace
json
stack
json-api
logger
logging
pretty-print
typescript-library
error-handling
exceptions
logging-library
-
Updated
Sep 21, 2021 - 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
Nov 5, 2021 - Python
Error tracking and logging from JS to Rollbar
-
Updated
Nov 4, 2021 - 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
Nov 18, 2021 - PHP
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
Nov 5, 2021 - JavaScript
A generalised Result object implementation for .NET/C#
-
Updated
Nov 2, 2021 - C#
Create & Show progress, data or error views, the easy way!
android
progress-bar
state
loading
error-handling
error-page
states
loading-screen
error-pages
empty-state
-
Updated
Jan 30, 2019 - Java
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
android
stacktrace
bugsnag
ios
react-native
crash-reporting
error-monitoring
crash
error-handling
debug
exceptions
bugs
error-reporting
exception-handling
debugging-tools
debugging-tool
crash-reporting-tool
exception-reporting
application-monitoring-software
bug-tracking-tool
-
Updated
Sep 7, 2020 - JavaScript
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