altmann / FluentResults

A generalised Result object implementation for .NET/C#
MIT License
2.07k stars 115 forks source link

[Idea]: Integration of Error Result with RFC 7807 standard format #190

Open zenkraker opened 1 year ago

zenkraker commented 1 year ago

Hi,

I was interested into integrating the error format as the RFC specification 7807 that basically is a standard format to return errors on an REST API. If you find it interesting we could have a discussion on how to implement this (maybe that would be just an extension/optional feature). In the link below you can find some more info about it: https://www.linkedin.com/pulse/rfc-7807-error-handling-standard-apis-david-rold%C3%A1n-mart%C3%ADnez#:~:text=The%20purpose%20of%20the%20specification,%3F%20%5B%20reference%20in%20resources%5D).

eshepelyuk commented 1 year ago

Duplicate of #170