![]() |
Iris SDK
1.0
Iris Recognition Software Development Kit
|
The iris sdk base exception. More...
#include <exception.h>
Public Member Functions | |
base_exception (const std::string &message, uint64_t code) | |
std::string | type_name () const |
const char * | what () const noexcept override |
uint64_t | code () const noexcept |
Protected Attributes | |
std::string | _message |
uint64_t | _code |
std::string | _type_name |
The iris sdk base exception.
Used to pass iris sdk exceptions. Use the format_exception function to display content