mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

It should be possible to throw custom exceptions #15

Closed mweststrate closed 10 years ago

mweststrate commented 10 years ago

Like 'throwWebserviceException` but with more details custom http code (in 400..599 range), error message, detail message, error code (for reference purposes)