![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class. More...
#include <exception.h>
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 |
Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class.
List of all exceptions: