errorhandling
There are 31 repositories under errorhandling topic.
quorrajs/Ouch
NodeJS errors for cool kids
es-code/larax
Larax is laravel package help us to log exceptions happened in our laravel applications and notify us with all the data we need to find out the cause of the problem when exception happened such as (the data did user sent it in body, headers ,user ip , user id and his guard)
Alokskj/nodejs-typescript-template
Premade Nodejs template for your projects. Included features like error handling, Api responses, mongodb database
JesterXL/step-function-retry-calculator
Visualize how long retries can take and how many seconds each retry is with a total.
just-do-halee/utils-results
The easiest and most intuitive error handling solution.
NjohPrince/python-utility-programs
A group of python utility programs
adomorn/Resultant
A C# library that elegantly handles operation results with support for error aggregation, async operations, and more, following the Result pattern.
Hameedullah-Asadi3300/JavaScript-Repo-1
This repository includes all basics of JavaScript . It is a perfect option for beginners and those want to refresh their knowledge. This repo includes practical examples so far, and the comments explains everything from A-Z.
sarthakprajapati/Internity-PHP
Internship 2018
abdullah1107/Swift-Basic
Swift language Basic. Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc.
cdleo/go-e2h
This package adds stack trace and context information to errors, and shows it on a couple of formats.
mo-renike/ALTSch-FE-Exam
Altschool Africa frontend engineering second semester exam
yasuntimure/NetworkingExample
This project is a Swift implementation of the Binance API, encapsulated into a simple and easy-to-use networking layer.
ahmedkamalio/DotNet.ResultObject
A robust Result type for .NET with built-in error categorization, supporting type-safe success/failure scenarios without exceptions.
ahmedyousry0098/express-taskscape
Taskscape Back-end application control and manage tasks between organization team
Falgunisrivalli07/Movie-Tickets
The Movie Ticket Booking System is a Python-based application designed to simulate the process of booking movie tickets for customers. This project aims to provide a simple and user-friendly interface for managing movie schedules, available seats, and ticket reservations.
FilipRokita/CONNECTIONTEST
This simple Python program is designed for testing internet connection. It prompts the user to enter a URL and then attempts to establish a connection with that address using the requests module.
Git-abby/amazon-web-scrapping
This project scrapes product details such as titles, prices, and links from locally stored Amazon product HTML files using Python's BeautifulSoup library. The scraped data is then exported into a CSV file for easy access and analysis.
knowbi/knowbi-pentaho-error-handling-framework
This framework allows central error handling for Kettle/PDI projects. Use this framework to send error codes from anywhere in your Kettle/PDI projects, and let the framework decide on severity (INFO, WARN, ERROR) and corresponding action (log to file, table, send error email etc).
pankajkumarravi/java8-core-concepts
java -8 code implementation using example.
shuddha2021/City-Weather-Forecast-App
Forecasting Made Easy: Interactive Weather Updates for Any City
sixpaq/CapitalSix.AspNetCore.Middleware.ErrorHandling
Middleware module for aspnetcore, which handles all uncaught exceptions and creates customizable JSON responses.
ThePrabhatRawat/Logger
The Product Catalog Management System is a console-based Java application designed to manage a catalog of products.
Anu-4843CD/UPI-Payment-Manager
This project is a C++ based UPI payment system designed to simulate functionalities to online upi payments. It includes user registration, login, payment processing, balance checking, and transaction management, allowing users to manage their payments and transactions efficiently
billypentester/file-upload-using-nodeJS
Upload file using node JS as a backend service, and React JS as a frontend service
danawoodman/express-async-wrapper
Wrap async express routes so exceptions can be caught by middleware.
nedgar/ethers-hardhat-error-handling-issue
A simple test case for the problem with an UNPREDICTABLE_GAS_LIMIT error masking normal rejections on view functions, e.g. ownerOf(id) when the token doesn't exist.
sahanRanasingha/Student-Management-System
University Project
Silent0Wings/TA-Record-Management-System
The TA Record Management System is a C++ program designed to manage records of Teaching Assistants (TAs) in a department. The system allows for the filtering of invalid records, adding new TA records, and sorting the existing records based on various criteria.
toolsfactory/Toolsfactory.Common.Result
A small lib to simplify error handling without exceptions