error handling
This chapter describes how to handle errors when calling functions. It also lists and describes specific errors.
There
are two methods by which returns errors
to you:
- Through the error argument of a function
- Through an exception
Both the API and ESQL/C versions of functions use the error argument. Exceptions are returned only to the API functions.