Writing REST API error handling my way ?
Taking time to work more on my side project, I stumbled upon the usual issue on how to manage error handling globally on the API. I usually would make my own structure and call it a day, but I thought it would be nice to review how other people are doing it (especially since I’m doing it in c#, a language I’m not proficient with). So I started like everyone would with {json:api}....