groupdocs-editor / GroupDocs.Editor-for-.NET-WebForms

Moved to https://github.com/groupdocs-editor/GroupDocs.Editor-for-.NET/tree/master/Demos/WebForms
https://products.groupdocs.com/editor/net
MIT License
0 stars 2 forks source link

Sending InternalServerError from catch blocks of the api-controller. #10

Closed kegor closed 4 years ago

kegor commented 4 years ago

Problem: It would be better to response with InternalServerError status from the catch blocks of the api-controller.

Solution: OK status was replaced by InternalServerError in the catch blocks of the api-controller.

Tests: Build&run the project, check that it works as expected.