Error HandlingΒΆ

oneIPL error handling must rely on the mechanism of C++ exceptions. Should an error occurs, it must be propagated at the point of a function call where it must be caught using standard C++ exception handling mechanism.