Iris SDK  1.0
Iris Recognition Software Development Kit
Exceptions handling

The IrisSDK interface throws nested exceptions.

The top of stack of nested exceptions is always base_exception.

Use iris_sdk::format_exception function for building info message with the chain of nested exceptions stack.

Use iris_sdk::rethrow_root_exception function for throwing the bottom of nested exceptions stack.

Reference