The Module API does not return any error codes. All error handling is done by exception. This implies that the Module developer should wrap all method calls and when accessing properties.
Wrong input and error are returned in the following way:
...
The Module API does not return any error codes. All error handling is done by exception. This implies that the Module developer should wrap all method calls and when accessing properties.
Wrong input and error are returned in the following way:
...