ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Add Result.Conflict #132

Closed IlyaBelitser closed 1 year ago

IlyaBelitser commented 1 year ago

Add the ability to return an error body with the Result.Conflict() extension.

ardalis commented 1 year ago

Thanks!