awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Error Management · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesError Management

Systems and strategies for capturing, logging, and responding to errors during application execution.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Error Management. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Error Handling
  4. Error Management

Awesome Error Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    JavaScriptexpressjavascriptnodejs
  • OpenHands/OpenHands

    OpenHands/OpenHands

    67,974GitHubView on GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system

    Pythonagentartificial-intelligencechatgpt
  • appwrite/appwrite

    appwrite/appwrite

    54,884GitHubView on GitHub↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application developm

    TypeScriptandroidappwritebackend
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Agent Error HandlersLogic for distinguishing between recoverable tool-level errors and terminal conversation-level failures.
  • Application Error HandlersInfrastructure components that map technical error codes to user-friendly messages while preserving raw logs for debugging.
  • Asynchronous Error HandlersMechanisms for propagating and managing errors from synchronous and asynchronous execution flows.
  • Runtime Error TrackersMechanisms for capturing and reporting application-level exceptions to external monitoring services.