- TooManyRequestsException mapping added
- TooManyRequestsException added
- errors.md markdown file added with default information for error codes. Applications can use this file as a base for their own error type overview and use it as a reference for the Error.Type property.
- Downgrade to .NET Standard 2.0 for backwards compatibility
- API Design guidelines: ExtraInfo should be used instead of ExtraParameters
- Upgrade to .Net Standard 2.1 for LTS
- BadGatewayException added
- GatewayTimeoutException added
- Unit tests updated
- Readme updated
- ForbiddenException added.
- Bug: UnauthorizedException maps now to HTTP status code 401 instead of 403
- conversion to csproj and MSBuild.
- Added support for custom errorcodes.
- Fixed Error deserialization problem
- Error model has changed
- All methods related to adding messages have been removed
- BaseException has changed
- All methods related to adding messages from Error have been relocated here
- ExceptionMapper has been introduced
- This will map exceptions to errors instead of letting the exceptions containing an Error model
- Upgrade to .NET Core 1.0
- Removed http status codes
- Added constructor overload to Error object
- initial version