problem-details
There are 45 repositories under problem-details topic.
fontseca/fontseca.dev
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!
meysamhadeli/problem-details
ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized error payload to client.
zendframework/zend-problem-details
Provides Problem Details for HTTP APIs (RFC 7807) support for PSR-7 applications.
ofpinewood/http-exceptions
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
mezzio/mezzio-problem-details
Problem Details for PSR-7 HTTP APIs addressing the RFC 7807 standard
buildrun-tech/buildrun-desafio-backend-picpay
Resolução do desafio backend do PicPay
SmartBear-DevRel/problems-registry
Problem registry for SmartBear API responses conforming to Problem Details RFC 9457 (formally RFC 7807).
ehmicky/modern-errors-http
`modern-errors` plugin to create HTTP error responses.
sdatspun2/error-catalog-service
Error Catalog Service for HTTP APIs
demirermustafa/ProblemNet
A middleware to handle exceptions according to standards defined in https://tools.ietf.org/html/rfc7807 for HTTP Apis.
peterkovecses/ResilientRefitDemo
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.
ehmicky/error-http-response
Create HTTP error responses.
ezzabuzaid/rfc-7807-problem-details
Typescript implementation of RFC 7807
lukecarr/houston
🚨 Houston, we have an application/problem+json!
modscleo4/midori
A Node.js Web API Framework WITHOUT Express
SchwarzIT/kotlin-rfc9457-problem-details
A Kotlin implementation of the RFC 9457 problem details format for handling HTTP API errors.
AngeloArchiveProjects/CustomLibrary.ProblemDetails
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.
kodeart/go-problem
Problem details for HTTP APIs per RFC-9457 standard
metaljase/ProblemDetailsExamples
Examples of how ASP.NET Core APIs can generate error responses using the Problem Details RFC 9457 specification.
mt89vein/Sstv.DomainExceptions
DomainExceptions is a simple little library build to provide convenient way to markup code with error codes
fkucukkara/errorResponseWorkshop
This repository demonstrates an implementation of **error response handling** in .NET Minimal APIs using `ProblemDetails`.
josestg/problemdetail
An idiomatic implementation of Problem Details for HTTP APIs (RFC 7807) for Go.
KishorNaik/Sol_ProblemDetails_WebApi
Simple example of Problem Details in Web APi
liturner/problem-details
Zero Dependency Java implementation of RFC 9457.
Royal-Code/OperationResult
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.
Stratis-OSS/RestExceptions
Extensible Web API middleware that maps all exceptions to standardized RFC7807-compliant HTTP responses.
alyiox/Alyio.AspNetCore.ApiMessages
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.
AmielCyber/get-problem-details
Transforms an unsuccessful response into a problem details TypeScript object. Works with ASP.NET's default problem details configuration.
KeyWeeUsr/problemdetail
An implementation of RFC9457, Problem Details for HTTP APIs
Royal-Code/SmartProblems
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.
Royal-Code/SmartValidations
A validation framework build on top of SmartProblems
BatuToy/DinnerApp-CleanArchitecture-DDD
It's DDD based Clean Architecture api.
deanrih/elysia-problem-details
An ElysiaJS middleware implementation for Problem Details (RFC 9457).
problem-details/pd
Problem Detail is a way to carry machine-readable details of errors in a HTTP response
dawidpereira/csharp-error-handling-demo
Comprehensive demonstration of error handling patterns in C#/.NET - Exceptions vs Result Pattern with RFC 7807 Problem Details
Phauthentic/problem-details-symfony-bundle
RFC 9457 Problem Details Response Symfony Bundle