AKlaus / DomainResult

Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
Apache License 2.0
53 stars 3 forks source link

Rename `ActionResultConventions.Error...` properties to `...Failed...` to match names of the methods #44

Closed AKlaus closed 2 years ago

AKlaus commented 2 years ago

Currently, ActionResultConventions allows overwriting the default mapping of the HTTP codes. The naming of the ActionResultConventions properties matches the corresponding methods of IDomainResult.

Problem ErrorHttpCode & ErrorProblemDetailsTitle properties don't match the corresponding IDomainResult.Failed method.