| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference
Below is the list of the standard return codes of the ABBYY Mobile OCR Engine functions.
typedef enum tagTFineErrorCode {
FEC_NoError = 0,
FEC_NotInitialized = 1,
FEC_LicenseError = 2,
FEC_InvalidArgument = 3,
FEC_NotEnoughMemory = 5,
FEC_InternalFailure = 6,
FEC_TerminatedByCallback = 7,
FEC_AlreadyInitialized = 8,
} TFineErrorCode;
| Name | Description |
|---|---|
| FEC_NoError | The function is completed successfully. |
| FEC_NotInitialized | The library has not been initialized. |
| FEC_LicenseError | Unacceptable license information is used or the functionality is not available under the license. |
| FEC_InvalidArgument | One or more arguments are invalid. Use the FineGetLastErrorMessage function for diagnostics. |
| FEC_NotEnoughMemory | Not enough memory to perform the operation. |
| FEC_InternalFailure | An unspecified internal error. |
| FEC_TerminatedByCallback | The operation was terminated by the user via a callback function. |
| FEC_AlreadyInitialized | The library has already been initialized. |