3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
face_sdk.modules.error.Error Class Reference

The class of exceptions thrown when errors occur. More...

Public Member Functions

def __init__
 
def what
 Gets a string identifying an error. More...
 
def code
 Gets an error code. More...
 
def __str__
 

Detailed Description

The class of exceptions thrown when errors occur.

Member Function Documentation

def face_sdk.modules.error.Error.code (   self)

Gets an error code.

Returns
An unsigned integer, which is an error code.
def face_sdk.modules.error.Error.what (   self)

Gets a string identifying an error.

Returns
A null-terminated character sequence identifying an error.