FaceError Enumeration

Namespace: id3.Face

Definition

Enumerates the possible error codes returned by this SDK.

Fields

Name

Value

Description

success

0

No error.

insufficientBuffer

-1

The given buffer is too small.

objectDoesNotExist

-2

The requested object does not exist; a ‘null’ should be returned if possible.

base

-1000

Base error code of the Face module.

minimum

-1999

Minimum error code of the Face module.

invalidHandle

-1001

The handle is invalid.

invalidParameter

-1002

One of the parameters is invalid (wrong type, etc). Probably thrown by the high-level wrapper.

invalidParameterValue

-1003

One of the parameters has invalid value (wrong range, breaking constraints, etc).

invalidPixelFormat

-1004

The image pixel format is invalid.

invalidTemplateFormat

-1005

The template format is invalid.

invalidLandmarks

-1006

The computed landmarks are invalid and do not allow to process the desired information.

iodTooSmall

-1007

The computed interocular distance (IOD) is too small to allow to process the desired information.

invalidFilePath

-1008

The file could not be found at the given path.

invalidImageSize

-1010

The input image size is invalid for this operation.

unloadedModel

-1020

The model which is required for this operation was not loaded.

inferenceBackendError

-1040

The inference backend failed to infer, probably due to inconsistent input.

processingUnitUnavailable

-1041

The requested processing unit is not available in this build.

backendError

-1043

An error happened in the algorithmic backend.

indexerAlreadyInitialized

-1050

The face indexer object is already initialized.

indexerIdAlreadyExists

-1051

The requested id already exists in the Face Indexer object.

indexerFull

-1053

Maximum template number of the Face Indexer object has been reached.

indexerIdNotFound

-1054

No template with this id has been found in the Face Indexer object.

functionNotImplemented

-1056

This function is not implemented.

nullptrParameter

-1057

One of the parameter pointer is null. Should not be thrown in high-level wrappers

keyNotFound

-1058

The given key to look for was not found.

ioError

-1059

An error happened during a read/write operation in the filesystem.

invalidSerializedData

-1060

The given serialized data is not valid.