explode
Error response generator
A utility for generating standard HTTP/JSON error responses in Elixir-based applications.
An easy utility for responding with standard HTTP/JSON error payloads in Plug- and Phoenix-based applications
44 stars
1 watching
4 forks
Language: Elixir
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mikaak/elixir_error_message | A library to standardize error messages across an application | 33 |
expede/exceptional | A library that provides a hybrid approach to error handling in Elixir, aiming to balance simplicity and flexibility | 294 |
vic/happy | A library providing a concise and expressive way to handle errors in Elixir code using a macro-based approach. | 45 |
psirenny/derby-error | Provides default error handling redirects for web applications. | 0 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
chvanikoff/apns4ex | A library providing an Apple Push Notification Service (APNS) interface for Elixir applications | 70 |
getsentry/sentry-elixir | A library that provides a way to integrate error tracking into an Elixir application | 626 |
nebo15/renew | A toolset for creating and managing Elixir projects with consistent boilerplate, testing, and deployment infrastructure | 34 |
romul/airbrake-elixir | A notifier that sends system-wide errors to Airbrake or Errbit with enriched information from Plug and Phoenix channels | 27 |
vt-elixir/ja_resource | Reduces boilerplate code in JSON-API compliant Phoenix controllers without sacrificing flexibility. | 113 |
parroty/exvcr | A library for recording and replaying HTTP interactions in Elixir | 730 |
parroty/excheck | A testing library for Elixir programming language | 316 |
vic/ok_jose | Library providing an idiomatic Elixir way to pipe and handle results of functions returning tagged tuples. | 100 |
bouncestorage/chaos-http-proxy | Introduces failures into HTTP requests via a proxy server to test error handling in clients. | 145 |
bravobike/efx | Library to declaratively write testable effects in Elixir code | 80 |