Error handling module

The majority of RecAPI operations have the return value type RECERR. This is an enumeration type collecting all possible error codes in CSDK. The integrating application should always check the return value of RecAPI functions to make sure that the function has successfully completed its operation.

Use this module to obtain information about any errors that occurred in the latest operation and to see their categories.