ardalis / Result

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

Add error messages to forbidden and unauthorized #190

Closed Ahammdan closed 3 months ago

Ahammdan commented 3 months ago

Details

This pull request covers #185. One thing I didn't update in the code is changing how forbidden is going to be handled ResultStatusMap, I feared any changed might mess the existing behavior for users.

ardalis commented 3 months ago

Thanks!