There are 0 repository under problem-details topic.
This is the source code of my website. The result of an unquenchable desire for having my own space. I enjoyed every moment of the long development process and feel joyous to share it with you. Hope it helps!
ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized error payload to client.
Provides Problem Details for HTTP APIs (RFC 7807) support for PSR-7 applications.
Return exceptions over HTTP e.g. as ASP.NET Core Problem Details, and HTTP-specific exception classes that enable ASP.NET to generate exception information
Problem Details for PSR-7 HTTP APIs addressing the RFC 7807 standard
Resolução do desafio backend do PicPay
Problem registry for SmartBear API responses conforming to Problem Details RFC 9457 (formally RFC 7807).
`modern-errors` plugin to create HTTP error responses.
Error Catalog Service for HTTP APIs
A middleware to handle exceptions according to standards defined in https://tools.ietf.org/html/rfc7807 for HTTP Apis.
Demo application showcasing the use of the Microsoft.Extensions.Http.Resilience package with Refit. This application aims to demonstrate how to implement resilience in HTTP calls in ASP.NET Core applications using efficient, transparent communication with external APIs.
Create HTTP error responses.
Typescript implementation of RFC 7807
A Kotlin implementation of the RFC 9457 problem details format for handling HTTP API errors.
Collection of tools related to problem management (exceptions) that can be generated by applications. This library is an ad hoc code customization used in my private/work projects thus avoiding the duplication of repetitive code.
Problem details for HTTP APIs per RFC-9457 standard
Examples of how ASP.NET Core APIs can generate error responses using the Problem Details RFC 9457 specification.
DomainExceptions is a simple little library build to provide convenient way to markup code with error codes
This repository demonstrates an implementation of **error response handling** in .NET Minimal APIs using `ProblemDetails`.
An idiomatic implementation of Problem Details for HTTP APIs (RFC 7807) for Go.
Simple example of Problem Details in Web APi
Zero Dependency Java implementation of RFC 9457.
OperationResult for .Net: A library that provides several classes to return results of operations on a system, covering standardized messages, error codes, result generation for APIs and Controllers, conversion to ProblemDetails, and support for serialization/deserialization.
Extensible Web API middleware that maps all exceptions to standardized RFC7807-compliant HTTP responses.
A lightweight ASP.NET Core library that seamlessly integrates with ASP.NET Core's error handling mechanisms to standardize API error handling and messages into Problem Details for HTTP APIs responses.
Transforms an unsuccessful response into a problem details TypeScript object. Works with ASP.NET's default problem details configuration.
An implementation of RFC9457, Problem Details for HTTP APIs
A library for creating and managing error (problem) messages and producing results for system operations, covering standardised messages, error categories, generating results for APIs and controllers, conversion to ProblemDetails and support for serialisation/deserialisation.
A validation framework build on top of SmartProblems
It's DDD based Clean Architecture api.
An ElysiaJS middleware implementation for Problem Details (RFC 9457).
Problem Detail is a way to carry machine-readable details of errors in a HTTP response
Comprehensive demonstration of error handling patterns in C#/.NET - Exceptions vs Result Pattern with RFC 7807 Problem Details
RFC 9457 Problem Details Response Symfony Bundle