Sq3Lite PACKAGE - work with an error …
More...
Sq3Lite PACKAGE - work with an error …
Error handling in ccsq3lite.
The error signals the end of an operation with an undesirable result or state.
- The error is defined using the both enum: enum libsq3lite::Sq3ErrorE and enum libsq3lite::Sq3ExtendetResultCodesE
- In a programming language WITHOUT explicit error handling (eg "C") this value is returned and the subsequent code must process the error, eg with Sq3ErrorE_Check.
- In a programming language WITH explicit error handling (eg "Java"), the error is converted into an exception and the program flow is aborted with an error message.
Error handling in ccsq3lite.
The error signals the end of an operation with an undesirable result or state.
- The error is defined using the both enum: enum libsq3lite::Sq3ErrorE and enum libsq3lite::Sq3ExtendetResultCodesE
- In a programming language WITHOUT explicit error handling (eg "C") this value is returned and the subsequent code must process the error, eg with Sq3ErrorE_Check.
- In a programming language WITH explicit error handling (eg "Java"), the error is converted into an exception and the program flow is aborted with an error message.
◆ ErrorCheckI()