|
Enrollment 28.2.0
|
#include "SourceLocation.h"#include <cstring>#include <exception>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| class | EnrollmentException |
| Base exception for all enrollment-sdk exceptions. More... | |
| class | EnrollmentRuntimeException |
| Base exception for all enrollment-sdk runtime exceptions. More... | |
| class | EnrollmentInvalidArgumentException |
| Base exception for all enrollment-sdk invalid argument exceptions. More... | |
| class | InvalidTemplateException |
| The template is empty or or do not contain enough distinctive data or is corrupted. More... | |
| class | UnsupportedTemplateException |
| Template version is not supported in this variant of Enrollment SDK. More... | |
| class | IncompatibleTemplateException |
| Template is incompatible in requested operation. More... | |
| class | InvalidImageArgumentException |
| Image has wrong format or dimensions or dpi and is not suitable for processing. More... | |
| class | NullArgumentException |
| Null argument is not allowed. More... | |