simple-access-layer / source

The core repository of the Simple Access Layer.
https://simple-access-layer.github.io/documentation/
European Union Public License 1.2
2 stars 6 forks source link

SAL Server returns custom exceptions #47

Open TOFarmer opened 3 years ago

TOFarmer commented 3 years ago

Description

Enables the SAL server to respond with custom exceptions messages i.e., if a SAL exception is initialised with a message (e.g. NodeNotFound('This is a custom message'), that message will be displayed in the client.

This required:

Fixes

Fixes #46

To test