Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | Protected Attributes | List of all members
face_sdk::exception Class Reference

Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class. More...

#include <exception.h>

Inheritance diagram for face_sdk::exception:

Public Member Functions

 exception (const std::string &message, int code)
 
std::string type_name () const
 
int32_t code () const
 
virtual const char * what () const noexcept override
 

Protected Attributes

std::string _message
 
std::string _type_name
 
int32_t _code
 

Detailed Description

Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class.

List of all exceptions:

Examples:
complex.cpp, deserialize.cpp, license.cpp, serialize.cpp, and tracker.cpp.

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