awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesTyped Error Objects

Defines typed error objects across SDK surfaces so callers match specific failure modes without parsing strings.

Distinct from Agent-Specific Error Types: No candidate fits; existing tags are either agent-specific or focused on error type identification helpers, not SDK-level surface of typed error objects for precise failure matching.

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

Awesome Typed Error Objects GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dgrijalva/jwt-godgrijalva 的头像

    dgrijalva/jwt-go

    10,747在 GitHub 上查看↗

    jwt-go is a Go library for creating, parsing, and verifying signed JSON Web Tokens. It provides a pluggable signing interface that supports multiple cryptographic algorithms, including HMAC, RSA, ECDSA, and RSA-PSS, allowing tokens to be signed and verified with different security properties. The library is built around a signing-method registry and a token-parsing pipeline that splits a JWT string into its header, payload, and signature segments for validation. It includes typed error classification for common failure modes such as invalid signatures, expired tokens, or malformed input, and

    Returns typed errors for common failure modes like invalid signature, expired token, or malformed input.

    Go
    在 GitHub 上查看↗10,747
  • zerocore-ai/microsandboxzerocore-ai 的头像

    zerocore-ai/microsandbox

    4,802在 GitHub 上查看↗

    microsandbox is a platform that runs untrusted code inside hardware-isolated microVMs, each with its own kernel, filesystem, and network stack. It boots directly from standard OCI container images, supports copy-on-write filesystem layers, and integrates with AI agents to execute tool calls and generated code in isolated environments with secret protection. What sets microsandbox apart is its host-side network proxy that enforces firewall rules, intercepts DNS, inspects TLS traffic, and injects secrets at the network boundary without exposing them inside the VM. It provides SSH access to micr

    The sandbox platform surfaces typed error objects across all SDKs so callers match specific failure modes instead of parsing string messages.

    Rustagentsaiai-generated
    在 GitHub 上查看↗4,802
  • nodejs/nannodejs 的头像

    nodejs/nan

    3,351在 GitHub 上查看↗

    This project is a compatibility layer and abstraction library for building native C++ addons for Node.js. It provides a consistent C++ API that allows a single codebase to compile against multiple versions of the V8 JavaScript engine by hiding version-specific differences behind macros and inline functions. The toolkit differentiates itself through specialized wrappers and managers, including a monadic wrapper for handles to avoid explicit null checks, a persistent reference manager for objects that must survive handle scope disposal, and a buffer abstraction API for version-compatible memory

    Generates typed JavaScript exceptions using helpers that abstract engine-specific error constructors.

    C++nodenodejs
    在 GitHub 上查看↗3,351
  1. Home
  2. Software Engineering & Architecture
  3. Typed Error Objects