awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesSemantic Error Code Mappings

Mappings that link numeric error codes to specific semantic meanings of implementation failures.

Distinct from Error Code to Exception Mapping: Distinct from error-to-exception mapping by focusing on the semantic meaning of the code itself across API communication.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Semantic Error Code Mappings. Refine with filters or upvote what's useful.

Awesome Semantic Error Code Mappings GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • joho/7xx-rfcAvatar joho

    joho/7XX-rfc

    4,547Vezi pe GitHub↗

    Acest proiect este o propunere formală RFC și o specificație tehnică pentru o nouă gamă de coduri de stare HTTP. Definește un standard de eroare pentru dezvoltatori conceput pentru a distinge eșecurile de implementare de erorile standard de client sau server în cadrul răspunsurilor API REST. Specificația propune o extensie la protocolul HTTP care introduce intervale numerice rezervate pentru codurile de stare. Acest sistem mapează identificatori întregi unici către greșeli de implementare specifice, oferind un sens diagnostic precis și izolând erorile dezvoltatorului de răspunsurile standard ale protocolului, menținând în același timp compatibilitatea cu versiunile anterioare. Standardul acoperă gestionarea erorilor API și fluxul de lucru de depanare al dezvoltatorului prin stabilirea unei scheme de răspuns consistente pentru payload-urile de eroare. Acest lucru asigură interoperabilitatea între diferiți clienți și servere API atunci când raportează eșecuri de implementare.

    Links unique integer codes to specific implementation failures to provide precise diagnostic meaning during API communication.

    Makefilerfcsatire
    Vezi pe GitHub↗4,547
  • connectrpc/connect-goAvatar connectrpc

    connectrpc/connect-go

    3,963Vezi pe GitHub↗

    Connect-go is a library for building type-safe remote procedure call services that are wire-compatible with gRPC and HTTP. It provides a Go implementation of Protocol Buffers for structured data exchange, enabling the creation of multi-protocol RPC servers and generated type-safe clients. The framework is distinguished by its polyglot protocol support, allowing a single server handler to serve requests using several different protocols simultaneously over HTTP. This includes the ability to toggle between different transport protocols for the same service and the use of pluggable content negot

    Translates internal service failures into semantic error codes and metadata compatible with RPC standards.

    Go
    Vezi pe GitHub↗3,963
  1. Home
  2. Software Engineering & Architecture
  3. Error Code to Exception Mapping
  4. Semantic Error Code Mappings