Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...