Iris SDK  1.0
Iris Recognition Software Development Kit
Public Member Functions | Protected Attributes | List of all members
iris_sdk::base_exception Class Reference

The iris sdk base exception. More...

#include <exception.h>

Inheritance diagram for iris_sdk::base_exception:
Inheritance graph
[legend]
Collaboration diagram for iris_sdk::base_exception:
Collaboration graph
[legend]

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
 

Detailed Description

The iris sdk base exception.

Used to pass iris sdk exceptions. Use the format_exception function to display content


The documentation for this class was generated from the following file: