Tom Rutkowski
Results
2
comments of
Tom Rutkowski
Hello, If you do now want to map errors, then another way to solve this problem is as follows: ```csharp public enum ErrorCodes { NotFound = 400, BadRequest = 501...
> @rutkowskit If I'm not mistaken, your approach is pretty similar to my first suggestion, isn't it? But instead of an `IError` interface you abstract the errors with a `ServiceError`...