.. SPDX-FileCopyrightText: 2021 Intel Corporation .. .. SPDX-License-Identifier: CC-BY-4.0 .. _oneipl_error_handling: 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. .. toctree:: :maxdepth: 4 exception-classification error-handler warning-handler