An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.responses.operation

A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code.
https://github.com/soenneker/soenneker.responses.operation

csharp dotnet dto object operation operationresponse response responses

Last synced: 5 months ago
JSON representation

A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.responses.operation.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.responses.operation/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.responses.operation/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.responses.operation/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.responses.operation.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.responses.operation/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Responses.Operation
### A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code.

## Installation

```
dotnet add package Soenneker.Responses.Operation
```