Kofax Mobile SDK API Reference
kfxKUTErrorInfo.h
Go to the documentation of this file.
1 // API Reference
2 //
3 // kfxErrorInfo.h
4 // Utilties
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 #ifndef kfxKUTErrorInfoIncluded
9 #define kfxKUTErrorInfoIncluded 1
10 
11 #import <Foundation/Foundation.h>
12 
13 #define KMC_GN_BASE 0x1000
14 #define KMC_UI_BASE 0x2000
15 #define KMC_LO_BASE 0x3000
16 #define KMC_NC_BASE 0x4000
17 #define KMC_IP_BASE 0x5000
18 #define KMC_ED_BASE 0x6000
19 #define KMC_UT_BASE 0x7000
20 #define KMC_EX_BASE 0x8000
21 
22 // 0x9000 to 0xAFFF open
23 
24 #define KMC_BC_BASE 0xB000
25 #define KMC_CL_BASE 0xC000
26 
27 #define KMC_EV_BASE 0xE000
28 
29 
30 #define KMC_SUCCESS 0
31 
32 #define KFX_ERROR_DOMAIN @"com.kofax.mobilesdk"
33 
34 
36 
39 typedef enum kfxErrorGeneral {
41 
47 
50 
52 
56 typedef enum kfxKedErrorEngineData {
58  KMC_ED_FILEPATH, // The image object is missing a valid file path. RCA: Set the file path before calling write or read file methods.
59  KMC_ED_MIMETYPE, // The image object has an invalid mimetype setting. RCA: Set a valid mimetype before calling the write image method.
60  KMC_ED_NOIMAGE, // No image object is specified for writing. RCA: Setup a valid image buffer for use with writing the image.
61  KMC_ED_IMAGELEAK, // The image buffer is not nil, therefore the read operation would create a memory leak. RCA: Be sure to free the memory before reading in a new image.
62  KMC_ED_INVALID_COLOR, // The output color depth is not 1,8 or 24,
63  KMC_ED_NONEXISTENT_FILE, // the file does not exist
70 
71  KMC_ED_IMAGE_IS_SCALED, // D // not ios
74 
75  KMC_ED_ILLEGAL_STATE, // 0x10, 16
79 
83 
91 
97 
99 
100  KMC_ED_UNRECOGNIZED_MIME_TYPE, // The Mime type of the specified image file path cannot be determined, or is unsupported.
101  //Make sure the image file specified is one of the supported Mime types: TIFF, JPEG, PNG.
102 
103  KMC_ED_BITMAP_DIMENSIONS_IMMUTABLE, // The bitmap dimensions (width, height) cannot be set because this Image object is already represented by an immutable bitmap.
104  //Make sure the Image object representation is either IMAGE_REP_FILE or IMAGE_REP_UNKNOWN before attempting to specify bitmap dimensions.
105 
106 
107  KMC_ED_BITMAP_DIMENSIONS_NO_UPSCALE, // The bitmap dimensions (width, height) cannot be set larger than the original file-based representation of this Image object.
108  //Make sure the bitmap dimensions specified are smaller than those of the original file-based image representation. Only bitmap downscaling is supported.
109 
110  KMC_ED_IMAGE_FILE_DIMENSIONS_ERROR, // 38: The image file dimensions (width, height) cannot be determined.
111  //There was an internal SDK problem attempting to read the image dimensions from the image file path contained in the Image object.
112 
113  KMC_ED_IMAGE_INVALID_SCALING_FACTOR, // 39: The scaling factor selected for this image object is invalid.
114  // The scaling factor supported for each image object is between 0.1 and 1.0. A scaling factor of 1.0 means no scaling is performed.
115 
116  KMC_ED_IMAGE_PERFECTION_PROFILE_EMPTY, // 40: The ImagePerfectionProfile contains no image processing operations.
117  //Specify some image processing operations in the ipOperations property or ipOperationsFilePath property of the ImagePerfectionProfile.
118 
119  KMC_ED_OBJECT_REP_NO_BITMAP, // 41: The current image representation does not include a bitmap.
120  //the operation requested requires an image representation which includes a bitmap. The image representation should be either IMAGE_REP_BITMAP or IMAGE_REP_BOTH
121 
122  KMC_ED_BUFFER_EXISTS, // 42: The file buffer for writing already exists, and the buffer contents would be lost.
123  // Make sure you clear the file buffer before writing with the same bitmap to prevent data loss.
124 
125  KMC_ED_BUFFER, // 43: The image object is missing a valid file buffer.
126  // Write the bitmap to a file buffer before calling the read file from buffer method.
127 
128  KMC_ED_BUFFER_ALREADY_CLEARED, // 44: The file buffer has already been cleared.
129  // This warning indicates you did not need to clear the file buffer when it was already cleared.
130 
131 
132  KMC_ED_OBJECT_REP_MISMATCH, // 45 new for image write to buffer.
133  KMC_ED_ALREADY_BUFFERED, // 46 new for buffered files.
134  KMC_ED_DELETE_BUFFERED_FILE, //47 new for buffered file
135  KMC_ED_NO_MEMORY_FOR_BUFFERED_FILE, // 48 for write to buffer.
136  KMC_ED_BUFFERED_READ_FAILED, // 49 new for read from buffer for PNG
137  KMC_ED_NO_BUFFERED_IMAGE, // 50 no buffered image to read from.
140  KMC_ED_RESTRICTION_MIMETYPE_MISMATCH, // 53 invalid mine type for ANSI X9 tiff output
141  KMC_ED_RESTRICTION_INVALID_COLOR, // 54 invalid output color setting for ANSI X9 tiff output
142  KMC_ED_RESTRICTION_INVALID_DPI, // 55 invalid dpi for ANSI X9 tiff output
143 
145 
148 
149 
150 typedef enum kfxKedErrorNFC {
163 
165 
168 typedef enum kfxErrorUIControls {
170 
193  KMC_UI_INVALID_LEVEL_THRESHOLD, // The level threshold for pitch or roll is invalid for the requested operation.
194  KMC_UI_TORCH_UNAVAILABLE, // The torch is unsupported or unavailable.
195  KMC_UI_INVALID_IMAGES, //Invalid images to remove glare
196  KMC_UI_INVALID_IMAGES_COUNT, //Invalid number of images to remove glare
199 
201 
204 typedef enum kfxErrorLogistics {
205 
208  KMC_LO_SERVER_URL_NOT_SET, // the URL is nil
209  KMC_LO_USERNAME_NOT_SET, // 3, user name or password found nil on login
218 
221 
222  KMC_LO_DOMAIN, // domain string found nil on login
223  KMC_LO_EMAIL, // if not demo server, email is nil on login
224  KMC_LO_NOT_REGISTERED, // not registered yet
229  KMC_LO_NOT_LOGGED_IN, // 21: KMC_LO_NOT_LOGGED_IN: You are not logged in
230  //Use the register and then login methods for normal sequences.
231  KMC_LO_USER_LOGOUT_ERROR, // 22: An error occurred attempting to logout from the Server.
232  //Check your network connection, and make sure that you are successfully logged in prior to calling the logout() method.
233 
234  KMC_LO_TASK_LOCK_ACQUIRE_ERROR, // 23: Attempt to acquire a lock for the task associated with this method failed.
235  // Internal unexpected error. No recommendation.
236 
237  KMC_LO_NO_OPERATION_TO_CANCEL, // 24: There is no currently running operation to cancel.
238  //You can only cancel a running operation.
239 
240  KMC_LO_OPERATION_NOT_CANCELLABLE, // 25: The currently running operation cannot be cancelled.
241  //You can only cancel a running operation that supports cancellation. Check the developer guide to see what operations are cancellable.
242 
243  KMC_LO_OPERATION_CANCELLED, // 26: The currently running operation was successfully cancelled.
244  //The operation has been cancelled, and the SESSION_STATE has returned to the previous state.
245 
246  KMC_LO_INVALID_DOCUMENT_TYPE_NAME, // 27: The DocumentType name specified is not valid or not available on the Server.
247  //Make sure the DocumentType name specified corresponds to a valid DocumentType on the Server. Check with your Administrator to confirm the DocumentType requested is still available.
248 
249  KMC_LO_DOWNLOAD_DOCUMENT_FIELDS_ERROR, // 28: An error occurred attempting to download document fields from the Server.
250  // Check your network connection and ask your Administrator to confirm that document fields for the DocumentType requested are still available.
251 
252  KMC_LO_SUBMIT_PNG, // 29: when you submit a document that has an image represented by a PNG file mimetype.
253  KMC_LO_SUBMIT_BITMAP, // 30: when someone tries to submit an image of a document when it is a bitmap representation. The image rep must be FILE or BOTH, and the FILE representation could be FILE_BUFFERED or FILE_STORED.
254 
255 
257  //Msg: KMC_LO_START_SUBMIT_JOB_ERROR: An error occurred attempting to start a document submission job.
258  //Des: Check your network connection and ask your Administrator to confirm that your user credentials are valid. Make sure that your device is still registered.
259 
261  // KMC_LO_SUBMIT_DOCUMENT_IMAGES_ERROR: An error occurred attempting to submit images and fields within a document to the Server.
262  //Check your network connection and ask your Administrator to confirm that your user credentials are valid and that your DocumentType is recognized by the Server.
263 
265  //KMC_LO_START_SUBMIT_INVALID_JOB_ID: An invalid or missing job ID was detected while starting a document submission job.
266  //Ask your Administrator to confirm that your Server is configured to accept new document submission jobs.
267 
268 
270  //KMC_LO_SUBMIT_DOCUMENT_FILEIO_ERROR: While preparing a document for submission, a file I/O error occurred reading an image file in one of the pages.
271  // Make sure the image file referenced by the Image object in the Document still exists and your application has appropriate file access permissions.
272 
274  // KMC_LO_SUBMIT_DOCUMENT_FILE_CLOSE_ERROR: While preparing a document for submission, a file close error occurred after reading an image file in one of the pages.
275  // Make sure the image file referenced by the Image object in the Document still exists and your application has appropriate file access permissions.
276 
278  // KMC_LO_SUBMIT_DOCUMENT_NO_IMAGE_ERROR: The document to be submitted contains no pages with images.
279  // Make sure each Document contains at least one page with one image before submitting.
280 
282  // KMC_LO_PAGE_IMAGE_INDEX_INVALID: The Image index specified for the current page is invalid.
283  // Make sure the Image index is >= 0 and < the total number of images in this page.
284 
286  // KMC_LO_SUBMIT_DOCUMENT_MIMETYPE_ERROR: The MIME type specified for one or more of the Images in the Document is not supported for submission to the Server.
287  // Use a MIME type supported by the Server for each image in the Document to be submitted.
289  // KMC_LO_SUBMIT_DOCUMENT_IMAGE_REP_ERROR: The Image Representation specified for one or more of the Images in the Document is not supported for submission to the Server.
290  // Use an Image Representation supported by the Server for each image in the Document to be submitted.
291 
293  // KMC_LO_SUBMIT_DOCUMENT_IMAGE_FILE_MISSING: The Image file indicated by the Image object in the Page cannot be found or has been deleted.
294  // When submitting a Document the Image objects in the Pages must reference existing Image files in the storage system.
295 
297  // An error occurred while attempting to cancel the running operation. The operation has been terminated.
298  // Check your network connection and ask your Administrator to confirm that the operation was successfully cancelled. Some manual clean-up may be necessary if normal cancellation procedures did not complete.
299 
301  // KMC_LO_INVALID_SESSION_STATE_TRANSITION: Attempt to transition from one Session State to a subsequent Session State, where the target State is not reachable from the current State.
302  // Internal unexpected error. No recommendation.
304  // KMC_LO_REGISTERING_NOT_ALLOWED: Registering is not allowed from this session state.
305  // You should log out and then re-register.
306 
308  // An error occurred attempting to download scan settings.
309  // Check your network availability, server URL or WiFi connection.
311  // Attempt to acquire a lock for the event associated with this method failed.
312  // (Android specific)
313 
315  // Network error: Could not connect to the server
316  // Check your web services, the actual URL that you are using and verify the server port number.
318  // Network error: A secure connection is not possible with this URL.
319  // If you want to use SSL, using the prefix https://, then the server to which the URL is directed must allow a secure connection. Verify your URL and port number as well as the services path appended to the end of your URL.
321  // Network error: The request timed out.
322  // Even though web services are available, there was no response to your web service request. Contact your server administrator to ensure that it is active and available.
324  // Network error: The network services are not available.
325  // Check your device for WiFi services enabled or turn off “Airplane mode”.
326 
328  // Could not authenticate this request.
329  // Check your URL used with the request, and the request type. This may an internal library failure, which is detected by the low-level web services logic.
331  // Network error: The specified host is not available
332  // Check your web services, the actual URL you are using, and ensure the server address is correct. If it is correct, contact your server administrator to ensure that it is active and available.
334  // Network error: The server request resulted in an unknown web services error.
335  // This default error occurs when the library could not determine the cause for the web services error. This normally indicates a unique communication error. After verifying your URL, Wifi connection, retry your server operation.
338  // Network error: The certificate is invalid .
339  // The certificate for this server is invalid. You might be connecting to a server which could put your confidential information at risk.
341 
343 
345 
360 
361 
362 
364 
366 
368 
371 typedef enum kfxErrorEv {
372 
374 
391  KMC_EV_PDF_BAD, // 0x11
407  KMC_EV_META_DATA, // EVRS_METADATA_FORMAT_ERROR -1006
408  KMC_EV_OP_STRING, // EVRS_OPERATIONS_STRING_ERROR -1007
409  KMC_EV_INI_FORMAT, // EVRS_INI_FORMAT_ERROR -1010
410  KMC_EV_XML_FORMAT, // EVRS_XML_FORMAT_ERROR -1011
411  KMC_EV_JSON_FORMAT, // EVRS_JSON_FORMAT_ERROR -1012
412 
415 
416 typedef enum kfxClassifier {
417 
431 
433 
435 
437 
440 typedef enum kfxErrorUtilities {
489 
490 
492 
494 /*
495  This enum defines the error codes for the kfxKBRBarcodeReader engine.
496  */
500  KMC_BC_BAD_FILENAME, // Invalid filename
501  KMC_BC_IMAGE_BUFFERED, // Buffered image is not supported
502  KMC_BC_NO_DIRECTIONS, // Search direction not specified
503  KMC_BC_NO_SYMBOLOGIES, // Symbology was not specified
504  KMC_BC_NO_REPRESENTATION, // Input file has no representation
505  KMC_BC_INVALID_IMAGE, // Invalid image data
506  KMC_BC_BUSY, // Read op already in progress
507  KMC_BC_NO_BARCODE_FOUND, // No barcode found on image
510 
512 
515 typedef enum kfxErrorExtraction {
543 
545 
551 @interface kfxError : NSObject
552 
553 // ==========================================================
555 
560 + (NSString *) findErrMsg: (int) inputErrorCode;
561 
562 
563 // ==========================================================
565 
570 + (NSString *) findErrDesc: (int) inputErrorCode;
571 
572 @end
573 #endif
KFX_ERROR_LOGISTICS_ERRORS
enum kfxErrorLogistics KFX_ERROR_LOGISTICS_ERRORS
Logistics Errors enum.
KMC_LO_WEB_SERVICE_FAILED
Definition: kfxKUTErrorInfo.h:333
KMC_EX_CLASSIFICATION_CONFIG_NOT_FOUND
Definition: kfxKUTErrorInfo.h:523
KMC_BC_BAD_FILENAME
Definition: kfxKUTErrorInfo.h:500
kfxErrorImageProcessor
kfxErrorImageProcessor
Image Processor Errors enum.
Definition: kfxKUTErrorInfo.h:348
KMC_ED_BASE
#define KMC_ED_BASE
Definition: kfxKUTErrorInfo.h:18
KMC_NC_BASE
#define KMC_NC_BASE
Definition: kfxKUTErrorInfo.h:16
KMC_EV_BAD_LINEWIDTH
Definition: kfxKUTErrorInfo.h:379
KMC_GN_OUT_OF_MEMORY
Definition: kfxKUTErrorInfo.h:43
KMC_ED_RESTRICTION_INVALID_COLOR
Definition: kfxKUTErrorInfo.h:141
KMC_IP_CONTEXT
Definition: kfxKUTErrorInfo.h:352
KMC_UI_INVALID_HEIGHT_ARGUMENT
Definition: kfxKUTErrorInfo.h:192
KMC_UT_STATS_DATASTORE_OUT_OF_DATE
Definition: kfxKUTErrorInfo.h:468
KMC_EX_CLASSIFICATION_FAILED
Definition: kfxKUTErrorInfo.h:526
KMC_LO_DOWNLOAD_DOCUMENT_FIELDS_ERROR
Definition: kfxKUTErrorInfo.h:249
KMC_ED_ILLEGAL_STATE
Definition: kfxKUTErrorInfo.h:75
KMC_GN_UNSUPPORTED_OPERATION
Definition: kfxKUTErrorInfo.h:46
KMC_EX_FORM_REQUEST
Definition: kfxKUTErrorInfo.h:518
KMC_UT_STATS_DATASTORE_NO_UPGRADE_PATH
Definition: kfxKUTErrorInfo.h:470
KMC_GN_FILE_NOT_FOUND
Definition: kfxKUTErrorInfo.h:42
KMC_EX_ONDEVICE_EXTRACTION_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:521
KMC_NFC_PARAMS_EMPTY
Definition: kfxKUTErrorInfo.h:157
KMC_LO_USER_LOGGING_IN_ON_LOGIN
Definition: kfxKUTErrorInfo.h:212
KMC_LO_NETWORK_AUTHENTICATION
Definition: kfxKUTErrorInfo.h:327
KMC_UI_CAMERA_LOCK_ACQUIRE_FAILURE
Definition: kfxKUTErrorInfo.h:181
KMC_BC_IMAGE_BUFFERED
Definition: kfxKUTErrorInfo.h:501
KMC_EX_NOIMAGE
Definition: kfxKUTErrorInfo.h:531
KMC_CL_INVALID_IMAGE_SUPPLIED
Definition: kfxKUTErrorInfo.h:427
KMC_ED_IMAGELEAK
Definition: kfxKUTErrorInfo.h:61
KMC_LO_USERNAME_NOT_SET
Definition: kfxKUTErrorInfo.h:209
KMC_ED_UNRECOGNIZED_MIME_TYPE
Definition: kfxKUTErrorInfo.h:100
KMC_UT_WRITEFILE_FAILED
Definition: kfxKUTErrorInfo.h:460
KMC_EX_ASSET_INTEGRITY_FAILURE
Definition: kfxKUTErrorInfo.h:535
KMC_LO_PAGE_NOT_FOUND
Definition: kfxKUTErrorInfo.h:219
KMC_EV_OP_STRING
Definition: kfxKUTErrorInfo.h:408
KMC_LO_INVALID_DOCUMENT_TYPE_NAME
Definition: kfxKUTErrorInfo.h:246
KMC_UT_STATS_NOTHING_TO_EXPORT
Definition: kfxKUTErrorInfo.h:465
KMC_EX_OPEN_ARCHIVE_FAILED
Definition: kfxKUTErrorInfo.h:538
KMC_BC_INVALID_IMAGE
Definition: kfxKUTErrorInfo.h:505
KMC_ED_BUFFER_ALREADY_CLEARED
Definition: kfxKUTErrorInfo.h:128
KMC_NFC_TAG_CONNECT_ERROR
Definition: kfxKUTErrorInfo.h:155
KMC_UI_UNKNOWN
Definition: kfxKUTErrorInfo.h:169
KMC_UT_BASE
#define KMC_UT_BASE
Definition: kfxKUTErrorInfo.h:19
KMC_CL_CLASSIFIER_NOT_INITIALIZED
Definition: kfxKUTErrorInfo.h:426
KMC_UI_INVALID_LEVEL_THRESHOLD
Definition: kfxKUTErrorInfo.h:193
KMC_UI_TORCH_UNAVAILABLE
Definition: kfxKUTErrorInfo.h:194
KMC_IP_BASE
#define KMC_IP_BASE
Definition: kfxKUTErrorInfo.h:17
KMC_LO_OPERATION_NOT_CANCELLABLE
Definition: kfxKUTErrorInfo.h:240
KMC_LO_INVALID_CERTIFICATE
Definition: kfxKUTErrorInfo.h:337
KMC_UT_STATS_EXPORT_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:448
KMC_UT_STATS_WRITING_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:450
KMC_LO_NOT_LOGGED_IN
Definition: kfxKUTErrorInfo.h:229
KMC_ED_INVALID_DOCUMENT_DIMENSIONS
Definition: kfxKUTErrorInfo.h:144
KMC_BC_BASE
#define KMC_BC_BASE
Definition: kfxKUTErrorInfo.h:24
KMC_UT_LICENSE_ON_DEVICE_EXTRACTION
Definition: kfxKUTErrorInfo.h:484
KFX_ERROR_ENGINE_NFC_DATA
enum kfxKedErrorNFC KFX_ERROR_ENGINE_NFC_DATA
KMC_LO_SUBMIT_DOCUMENT_FILE_CLOSE_ERROR
Definition: kfxKUTErrorInfo.h:273
kfxKedErrorEngineData
kfxKedErrorEngineData
Engine Data Errors enum.
Definition: kfxKUTErrorInfo.h:56
KMC_EV_META_DATA
Definition: kfxKUTErrorInfo.h:407
KMC_EV_FILE_IO_ACCESS_BUSY
Definition: kfxKUTErrorInfo.h:404
KMC_UI_INVALID_AXIS_THRESHOLD_ARGUMENT
Definition: kfxKUTErrorInfo.h:182
KMC_ED_DELETE_BUFFERED_FILE
Definition: kfxKUTErrorInfo.h:134
KMC_ED_NO_MEMORY_FOR_METADATA
Definition: kfxKUTErrorInfo.h:86
KMC_EX_PROJECT_ALREADY_LOADING
Definition: kfxKUTErrorInfo.h:537
kfxErrorUtilities
kfxErrorUtilities
Utilities Errors enum.
Definition: kfxKUTErrorInfo.h:440
KMC_EX_PARSE_RESPONSE
Definition: kfxKUTErrorInfo.h:517
KMC_IP_LAST
Definition: kfxKUTErrorInfo.h:363
KMC_CL_MAX_NUM_RESULTS_INVALID
Definition: kfxKUTErrorInfo.h:424
KMC_NFC_CERTIFICATE_VALIDATION_FAILED
Definition: kfxKUTErrorInfo.h:158
KMC_UI_INVALID_STABILITY_DELAY_ARGUMENT
Definition: kfxKUTErrorInfo.h:177
KMC_EV_LICENSING
Definition: kfxKUTErrorInfo.h:401
KMC_UT_INVALID_EVENT
Definition: kfxKUTErrorInfo.h:461
KMC_ED_OBJECT_REP_NO_BITMAP
Definition: kfxKUTErrorInfo.h:119
KMC_EX_OCR_FAILED
Definition: kfxKUTErrorInfo.h:529
KMC_ED_FILE_STILL_REMAINS
Definition: kfxKUTErrorInfo.h:65
KMC_UI_SCALING_FACTOR
Definition: kfxKUTErrorInfo.h:174
KMC_EV_UNKNOWN
Definition: kfxKUTErrorInfo.h:373
KMC_ED_INVALID_ROTATION
Definition: kfxKUTErrorInfo.h:88
KMC_LO_INVALID_SERVER_URL
Definition: kfxKUTErrorInfo.h:207
KMC_CL_MODEL_NOT_LOADED
Definition: kfxKUTErrorInfo.h:422
KMC_UT_STATS_ALREADY_EXPORTING
Definition: kfxKUTErrorInfo.h:452
KMC_CL_MODEL_NULL
Definition: kfxKUTErrorInfo.h:421
KMC_ED_INVALID_TETRAGON_CORNERS
Definition: kfxKUTErrorInfo.h:90
KMC_LO_SESSION_STATE_BUSY
Definition: kfxKUTErrorInfo.h:216
KMC_EV_IMAGE_WRITE_FAILED
Definition: kfxKUTErrorInfo.h:385
KMC_ED_INVALID_DPI
Definition: kfxKUTErrorInfo.h:80
KMC_LO_SERVER_CONNECTION
Definition: kfxKUTErrorInfo.h:314
KMC_ED_RESTRICTION_INVALID_DPI
Definition: kfxKUTErrorInfo.h:142
KMC_EV_IMAGE_PROCESSING
Definition: kfxKUTErrorInfo.h:384
KMC_EV_PROCESS_PAGE_BUSY
Definition: kfxKUTErrorInfo.h:405
KMC_EV_HISTOGRAM
Definition: kfxKUTErrorInfo.h:398
KMC_BC_NO_DIRECTIONS
Definition: kfxKUTErrorInfo.h:502
KMC_UI_INVALID_BORDER_THICKNESS_ARGUMENT
Definition: kfxKUTErrorInfo.h:190
KMC_ED_OBJECT_REP_BITMAP_MISMATCH
Definition: kfxKUTErrorInfo.h:72
KMC_UI_BASE
#define KMC_UI_BASE
Definition: kfxKUTErrorInfo.h:14
KMC_EV_XML_FORMAT
Definition: kfxKUTErrorInfo.h:410
KMC_LO_IMAGE_NOT_FOUND
Definition: kfxKUTErrorInfo.h:220
KMC_UT_LICENSING_NETWORK_EXCEPTION
Definition: kfxKUTErrorInfo.h:487
KMC_CL_CONFIG_NOT_LOADED
Definition: kfxKUTErrorInfo.h:420
KMC_LO_DOMAIN
Definition: kfxKUTErrorInfo.h:222
KMC_UI_FOCUS_AREA_COUNT
Definition: kfxKUTErrorInfo.h:185
KMC_NFC_MASTERLIST_NOT_EXIST
Definition: kfxKUTErrorInfo.h:160
KMC_BC_NO_BARCODE_FOUND
Definition: kfxKUTErrorInfo.h:507
KMC_EX_SESSIONID_NOT_FOUND
Definition: kfxKUTErrorInfo.h:539
KMC_UT_STATS_EXPORT_HANDLER_MISSING
Definition: kfxKUTErrorInfo.h:444
KMC_LO_BASE
#define KMC_LO_BASE
Definition: kfxKUTErrorInfo.h:15
KMC_IP_LICENSE_ALREADY_SET
Definition: kfxKUTErrorInfo.h:355
KMC_LO_USER_ALREADY_LOGGED_OUT
Definition: kfxKUTErrorInfo.h:213
KMC_UT_STATS_STATE_BUSY
Definition: kfxKUTErrorInfo.h:455
KMC_BC_BUSY
Definition: kfxKUTErrorInfo.h:506
KMC_ED_BUFFER
Definition: kfxKUTErrorInfo.h:125
KMC_UT_DB_INVALID_SCHEMA
Definition: kfxKUTErrorInfo.h:459
KMC_ED_IMAGE_WRITTEN_IS_NOT_BITONAL
Definition: kfxKUTErrorInfo.h:94
KMC_IP_JAILBREAK_DETECTED
Definition: kfxKUTErrorInfo.h:358
KMC_LO_SUBMIT_DOCUMENT_IMAGE_FILE_MISSING
Definition: kfxKUTErrorInfo.h:292
KFX_ERROR_GENERAL
enum kfxErrorGeneral KFX_ERROR_GENERAL
General Errors enum.
KMC_EX_NOREGION
Definition: kfxKUTErrorInfo.h:532
KMC_LO_NOT_REGISTERED
Definition: kfxKUTErrorInfo.h:224
KMC_UI_INVALID_THRESHOLD_ARGUMENT
Definition: kfxKUTErrorInfo.h:175
KMC_UT_STATS_DEVICE_ID_MISSING
Definition: kfxKUTErrorInfo.h:475
KMC_EV_NONEXISTANT_IMAGE
Definition: kfxKUTErrorInfo.h:387
KMC_ED_MIMETYPE
Definition: kfxKUTErrorInfo.h:59
KMC_LO_START_SUBMIT_INVALID_JOB_ID
Definition: kfxKUTErrorInfo.h:264
KMC_ED_BITMAP_DIMENSIONS_IMMUTABLE
Definition: kfxKUTErrorInfo.h:103
KFX_ERROR_CLASSIFIER
enum kfxClassifier KFX_ERROR_CLASSIFIER
KMC_LO_USER_LOGOUT_ERROR
Definition: kfxKUTErrorInfo.h:231
KMC_UT_STATS_LOG_SESSION_EVENT_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:474
KMC_ED_NO_BUFFERED_IMAGE
Definition: kfxKUTErrorInfo.h:137
KMC_UT_STATS_RECORDING_ALREADY_STOPPED
Definition: kfxKUTErrorInfo.h:476
KUT_BASE
Definition: kfxKUTErrorInfo.h:441
KMC_EV_APPEND_ENCRYPTED
Definition: kfxKUTErrorInfo.h:392
KMC_ED_JPEG_BITDEPTH
Definition: kfxKUTErrorInfo.h:68
KMC_ED_IMAGE_FILE_DIMENSIONS_ERROR
Definition: kfxKUTErrorInfo.h:110
KMC_ED_BUFFER_EXISTS
Definition: kfxKUTErrorInfo.h:122
KMC_UT_STATS_FILEPATH_IS_NULL
Definition: kfxKUTErrorInfo.h:443
KMC_UT_STATS_END_SESSION_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:480
KMC_EX_BASE
#define KMC_EX_BASE
Definition: kfxKUTErrorInfo.h:20
KMC_UT_STATS_RECORD_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:449
KMC_EX_UNSUPPORTED_REGION
Definition: kfxKUTErrorInfo.h:522
KMC_ED_FILE_NOT_DELETABLE
Definition: kfxKUTErrorInfo.h:64
kfxErrorLogistics
kfxErrorLogistics
Logistics Errors enum.
Definition: kfxKUTErrorInfo.h:204
KMC_BC_LAST
Definition: kfxKUTErrorInfo.h:508
KMC_UT_STATS_SESSION_ALREADY_BEGUN
Definition: kfxKUTErrorInfo.h:479
kfxErrorEv
kfxErrorEv
Image Perfection Errors enum.
Definition: kfxKUTErrorInfo.h:371
KMC_EX_EXTRACTION_CONFIG_NOT_FOUND
Definition: kfxKUTErrorInfo.h:525
kfxErrorUIControls
kfxErrorUIControls
UI Control Errors enum.
Definition: kfxKUTErrorInfo.h:168
KMC_UT_CREATE_DB_FAILED
Definition: kfxKUTErrorInfo.h:457
KMC_UI_INVALID_PAGE_THRESHOLD_ARGUMENT
Definition: kfxKUTErrorInfo.h:183
KMC_UT_OUT_OF_VOLUME_LICENSE
Definition: kfxKUTErrorInfo.h:486
KMC_GN_PARAM_NEGATIVE
Definition: kfxKUTErrorInfo.h:45
KMC_EV_LOCK_CREATION_ERROR
Definition: kfxKUTErrorInfo.h:403
KMC_LO_NETWORK_NOT_REACHABLE
Definition: kfxKUTErrorInfo.h:323
KMC_UT_OPEN_DB_FAILED
Definition: kfxKUTErrorInfo.h:458
KMC_NFC_CERTIFICATE_EXPIRED
Definition: kfxKUTErrorInfo.h:159
KMC_LO_EMAIL
Definition: kfxKUTErrorInfo.h:223
KMC_LO_NO_OPERATION_TO_CANCEL
Definition: kfxKUTErrorInfo.h:237
KMC_LO_USER_LOGIN_ERROR
Definition: kfxKUTErrorInfo.h:217
KMC_LO_EVENT_LOCK_ACQUIRE_ERROR
Definition: kfxKUTErrorInfo.h:310
KMC_ED_OBJECT_REP_FILE_MISMATCH
Definition: kfxKUTErrorInfo.h:73
KMC_CL_CLASSIFIER_BUSY
Definition: kfxKUTErrorInfo.h:425
KMC_EX_CREDENTIALS
Definition: kfxKUTErrorInfo.h:519
KMC_EV_FILE_METADATA
Definition: kfxKUTErrorInfo.h:395
kfxErrorBarcodeReader
kfxErrorBarcodeReader
An enumeration containing the different error return types.
Definition: kfxKUTErrorInfo.h:497
KMC_IP_NO_PROFILE
Definition: kfxKUTErrorInfo.h:350
KMC_IP_NO_CONFIGURATION
Definition: kfxKUTErrorInfo.h:359
KMC_EV_INVALID_HANDLE
Definition: kfxKUTErrorInfo.h:396
KMC_UT_STATS_PURGE_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:447
KMC_LO_DEVICE_REG_LICENSING_ERROR
Definition: kfxKUTErrorInfo.h:215
KMC_ED_NONEXISTENT_LOAD_SETTINGS_FILE
Definition: kfxKUTErrorInfo.h:139
KMC_UT_LAST
Definition: kfxKUTErrorInfo.h:488
KMC_ED_PNG_FILE_WRITE
Definition: kfxKUTErrorInfo.h:85
KMC_LO_NETWORK_HOST_UNAVAILABLE
Definition: kfxKUTErrorInfo.h:330
KMC_BC_NO_REPRESENTATION
Definition: kfxKUTErrorInfo.h:504
KFX_ERROR_PERFECTION
enum kfxErrorEv KFX_ERROR_PERFECTION
Image Perfection Errors enum.
KMC_EX_EXTRACTION_FAILED
Definition: kfxKUTErrorInfo.h:528
KMC_ED_NO_MEMORY_FOR_BUFFERED_FILE
Definition: kfxKUTErrorInfo.h:135
KMC_EV_SPEED_ACCURACY
Definition: kfxKUTErrorInfo.h:394
KMC_CL_BASE
#define KMC_CL_BASE
Definition: kfxKUTErrorInfo.h:25
KMC_EV_METADATA_OVERFLOW
Definition: kfxKUTErrorInfo.h:381
KMC_LO_REGISTERING_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:303
KMC_EX_INTERNAL_SERVER
Definition: kfxKUTErrorInfo.h:520
KMC_ED_BUFFERED_READ_FAILED
Definition: kfxKUTErrorInfo.h:136
KMC_ED_FILEPATH
Definition: kfxKUTErrorInfo.h:58
KFX_ERROR_ENGINE_DATA
enum kfxKedErrorEngineData KFX_ERROR_ENGINE_DATA
Engine Data Errors enum.
KMC_LO_TASK_LOCK_ACQUIRE_ERROR
Definition: kfxKUTErrorInfo.h:234
KMC_EV_CANNOT_APPEND
Definition: kfxKUTErrorInfo.h:390
KMC_ED_FILE_EXISTS
Definition: kfxKUTErrorInfo.h:69
KMC_LO_PAGE_IMAGE_INDEX_INVALID
Definition: kfxKUTErrorInfo.h:281
KMC_BC_NONE
Definition: kfxKUTErrorInfo.h:498
KMC_NFC_EXCEPTION
Definition: kfxKUTErrorInfo.h:156
KMC_IP_NO_REPRESENTATION
Definition: kfxKUTErrorInfo.h:351
KMC_EX_LAST
Definition: kfxKUTErrorInfo.h:541
KMC_ED_INVALID_FOR_OBJECT_REP
Definition: kfxKUTErrorInfo.h:138
KMC_UT_LICENSE_IMAGE_CAPTURE
Definition: kfxKUTErrorInfo.h:482
KLO_BASE
Definition: kfxKUTErrorInfo.h:206
KMC_UT_STATS_INVALID_JSON
Definition: kfxKUTErrorInfo.h:466
KMC_EX_INVALID_BARCODE_STRING
Definition: kfxKUTErrorInfo.h:534
KMC_UT_STATS_NO_SESSION_BEGUN
Definition: kfxKUTErrorInfo.h:477
KMC_UT_STATS_EVENT_THROTTLED
Definition: kfxKUTErrorInfo.h:464
KMC_EV_EXTERNAL_PAGE
Definition: kfxKUTErrorInfo.h:397
KMC_EV_PDF_BAD
Definition: kfxKUTErrorInfo.h:391
KMC_EX_CANCEL_OPERATION_SUCCESS
Definition: kfxKUTErrorInfo.h:533
KMC_NFC_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:152
KFX_ERROR_UICONTROLS_ERRORS
enum kfxErrorUIControls KFX_ERROR_UICONTROLS_ERRORS
UI Control Errors enum.
KMC_LO_REGISTER_REQUIRES_AUTH
Definition: kfxKUTErrorInfo.h:336
KFX_ERROR_EXTRACTION
enum kfxErrorExtraction KFX_ERROR_EXTRACTION
Extraction errors enum.
KMC_LO_INVALID_SESSION_STATE
Definition: kfxKUTErrorInfo.h:227
KMC_LO_OPERATION_CANCELLED
Definition: kfxKUTErrorInfo.h:243
KMC_BC_UNKNOWN
Definition: kfxKUTErrorInfo.h:499
KMC_UT_STATS_DATASTORE_UPGRADE_FAILED
Definition: kfxKUTErrorInfo.h:469
KMC_LO_SUBMIT_PNG
Definition: kfxKUTErrorInfo.h:252
KMC_ED_INVALID_BITDEPTH
Definition: kfxKUTErrorInfo.h:89
KMC_EV_BAD_WIDTH_HEIGHT
Definition: kfxKUTErrorInfo.h:378
KMC_ED_IMAGE_INVALID
Definition: kfxKUTErrorInfo.h:98
KMC_CL_NO_IMAGE_SUPPLIED
Definition: kfxKUTErrorInfo.h:428
KMC_LO_REGISTERING
Definition: kfxKUTErrorInfo.h:225
KMC_UT_STATS_ALREADY_WRITING
Definition: kfxKUTErrorInfo.h:453
KED_NC_BASE
Definition: kfxKUTErrorInfo.h:151
KMC_LO_SUBMIT_DOCUMENT_IMAGES_ERROR
Definition: kfxKUTErrorInfo.h:260
KMC_ED_RESTRICTION_MIMETYPE_MISMATCH
Definition: kfxKUTErrorInfo.h:140
KMC_ED_FILE_EXTENSION
Definition: kfxKUTErrorInfo.h:87
KMC_EV_BAD_FILE_FORMAT
Definition: kfxKUTErrorInfo.h:388
KMC_NFC_NOT_ENABLED
Definition: kfxKUTErrorInfo.h:153
KMC_UI_LAST
Definition: kfxKUTErrorInfo.h:197
KMC_ED_IMAGE_WRITTEN_IS_NOT_GRAY
Definition: kfxKUTErrorInfo.h:95
KMC_UI_FOCUS_AREA_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:184
KMC_LO_DOWNLOAD_DOCUMENT_SCAN_SETTINGS_ERROR
Definition: kfxKUTErrorInfo.h:307
KMC_LO_START_SUBMIT_JOB_ERROR
Definition: kfxKUTErrorInfo.h:256
KMC_LO_SUBMIT_DOCUMENT_FILEIO_ERROR
Definition: kfxKUTErrorInfo.h:269
KMC_CL_CONFIG_NULL
Definition: kfxKUTErrorInfo.h:419
KMC_CL_CLASSIFICATION_CONFIDENCE_LOW
Definition: kfxKUTErrorInfo.h:429
KMC_UI_FLASH_ON_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:172
KMC_EX_PROCESSING_CONFIG_NOT_FOUND
Definition: kfxKUTErrorInfo.h:524
KMC_LO_SERVER_URL_NOT_SET
Definition: kfxKUTErrorInfo.h:208
KMC_ED_IMAGE_IS_SCALED
Definition: kfxKUTErrorInfo.h:71
KMC_ED_INVALID_COLOR
Definition: kfxKUTErrorInfo.h:62
KMC_UI_INVALID_IMAGES
Definition: kfxKUTErrorInfo.h:195
KMC_ED_BITMAP_WRITE_TO_FILE_FAILED
Definition: kfxKUTErrorInfo.h:78
KMC_UT_STATS_DATASTORE_UPGRADE_MISSING_FILE
Definition: kfxKUTErrorInfo.h:473
KMC_LO_LOGIN_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:228
KMC_IP_BAD_FILENAME
Definition: kfxKUTErrorInfo.h:356
KMC_ED_INVALID_ISO_DATE_TIME_FORMAT
Definition: kfxKUTErrorInfo.h:76
KED_BASE
Definition: kfxKUTErrorInfo.h:57
KMC_UT_STATS_DATASTORE_UPGRADE_NOT_NEEDED
Definition: kfxKUTErrorInfo.h:471
KMC_GN_BASE
#define KMC_GN_BASE
Definition: kfxKUTErrorInfo.h:13
KMC_UT_STATS_RECORDING_NOT_ON
Definition: kfxKUTErrorInfo.h:467
KMC_EV_INVALID_POINTER
Definition: kfxKUTErrorInfo.h:399
KMC_IP_IMAGE_BUFFERED
Definition: kfxKUTErrorInfo.h:357
KMC_IP_LICENSE_INVALID
Definition: kfxKUTErrorInfo.h:353
KMC_LO_USER_NOT_LOGGED_IN_ON_LOGOUT
Definition: kfxKUTErrorInfo.h:211
KMC_EV_MEMORY
Definition: kfxKUTErrorInfo.h:375
KMC_ED_ALREADY_CLEAR
Definition: kfxKUTErrorInfo.h:81
KMC_LO_USER_ALREADY_LOGGED_IN
Definition: kfxKUTErrorInfo.h:210
KMC_NC_LAST
Definition: kfxKUTErrorInfo.h:161
KMC_ED_MISSING_FILE_EXTENSION
Definition: kfxKUTErrorInfo.h:66
KMC_EV_UNKNOWN_FILETYPE
Definition: kfxKUTErrorInfo.h:386
KMC_CL_LAST
Definition: kfxKUTErrorInfo.h:432
KGN_BASE
Definition: kfxKUTErrorInfo.h:40
KMC_EV_IMAGE_PARM
Definition: kfxKUTErrorInfo.h:383
KMC_LO_INVALID_SESSION_STATE_TRANSITION
Definition: kfxKUTErrorInfo.h:300
IP_BASE
Definition: kfxKUTErrorInfo.h:349
KMC_LO_SUBMIT_DOCUMENT_MIMETYPE_ERROR
Definition: kfxKUTErrorInfo.h:285
KMC_EV_JSON_FORMAT
Definition: kfxKUTErrorInfo.h:411
KMC_UT_STATS_UNINITIALIZED
Definition: kfxKUTErrorInfo.h:454
KMC_UT_STATS_RECORDING_NOT_OFF
Definition: kfxKUTErrorInfo.h:442
KMC_LO_SUBMIT_BITMAP
Definition: kfxKUTErrorInfo.h:253
KMC_EV_LICENSE_EXPIRED
Definition: kfxKUTErrorInfo.h:402
KMC_LO_OPERATION_CANCEL_ERROR
Definition: kfxKUTErrorInfo.h:296
KMC_UI_FLASH_OFF_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:173
kfxError
An error lookup reference class.
Definition: kfxKUTErrorInfo.h:551
kfxErrorGeneral
kfxErrorGeneral
General Errors enum.
Definition: kfxKUTErrorInfo.h:39
KMC_UT_STATS_NOTHING_TO_PURGE
Definition: kfxKUTErrorInfo.h:445
KMC_GN_UNKNOWN_ERROR
Definition: kfxKUTErrorInfo.h:44
KMC_EV_BARCODE_DRIVER
Definition: kfxKUTErrorInfo.h:400
KMC_UT_STATS_DATASTORE_UPGRADE_WRONG_STATE
Definition: kfxKUTErrorInfo.h:472
kfxClassifier
kfxClassifier
Definition: kfxKUTErrorInfo.h:416
KMC_UI_IMAGE_NULL
Definition: kfxKUTErrorInfo.h:178
KMC_EV_BASE
#define KMC_EV_BASE
Definition: kfxKUTErrorInfo.h:27
KMC_UT_STATS_RECORD_AND_WRITING_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:463
KMC_ED_IMAGE_INVALID_SCALING_FACTOR
Definition: kfxKUTErrorInfo.h:113
KMC_CL_ID_CLASS_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:430
KMC_UI_INVALID_IMAGES_COUNT
Definition: kfxKUTErrorInfo.h:196
KMC_ED_BITMAP_READ_FROM_FILE_FAILED
Definition: kfxKUTErrorInfo.h:84
KMC_EV_APPEND_TO_FILE
Definition: kfxKUTErrorInfo.h:389
KMC_ED_INVALID_JPEG_QUALITY_VALUE
Definition: kfxKUTErrorInfo.h:77
KMC_ED_OBJECT_REP_MISMATCH
Definition: kfxKUTErrorInfo.h:132
KMC_EV_BAD_CHANNEL
Definition: kfxKUTErrorInfo.h:380
KMC_CL_UNKNOWN
Definition: kfxKUTErrorInfo.h:418
KMC_UT_LICENSE_BARCODE_CAPTURE
Definition: kfxKUTErrorInfo.h:483
KMC_UI_CAMERA_OPERATION_FAILURE
Definition: kfxKUTErrorInfo.h:180
KMC_EV_FILE_READ_FAILED
Definition: kfxKUTErrorInfo.h:382
KMC_EX_BUSY
Definition: kfxKUTErrorInfo.h:530
KMC_UI_INVALID_ASPECT_RATIO_ARGUMENT
Definition: kfxKUTErrorInfo.h:189
KMC_UT_STATS_INVALID_STATE_TRANSITION
Definition: kfxKUTErrorInfo.h:456
KMC_NFC_NO_TAG_SUPPORTED
Definition: kfxKUTErrorInfo.h:154
KMC_LO_OVERLAPPED_OPERATIONS
Definition: kfxKUTErrorInfo.h:226
KMC_EV_PDF_TOO_LARGE
Definition: kfxKUTErrorInfo.h:393
KMC_UI_INVALID_PADDING_PERCENTAGE_ARGUMENT
Definition: kfxKUTErrorInfo.h:188
KMC_UT_STATS_BEGIN_SESSION_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:478
KMC_EX_UNKNOWN
Definition: kfxKUTErrorInfo.h:516
KMC_ED_ALREADY_BUFFERED
Definition: kfxKUTErrorInfo.h:133
KMC_ED_INVALID_CROP
Definition: kfxKUTErrorInfo.h:96
KMC_LO_USER_LOGGING_OUT_ON_LOGOUT
Definition: kfxKUTErrorInfo.h:214
KMC_ED_IMAGE_CONTEXT
Definition: kfxKUTErrorInfo.h:93
kfxErrorExtraction
kfxErrorExtraction
Extraction errors enum.
Definition: kfxKUTErrorInfo.h:515
KMC_IP_LICENSE_EXPIRED
Definition: kfxKUTErrorInfo.h:354
KMC_UT_LICENSE_IMAGE_PROCESSING
Definition: kfxKUTErrorInfo.h:481
KMC_LO_LAST
Definition: kfxKUTErrorInfo.h:340
KMC_EX_ENCRYPTED_BARCODE_STRING
Definition: kfxKUTErrorInfo.h:540
KMC_UT_STATS_ALREADY_RECORDING
Definition: kfxKUTErrorInfo.h:451
KMC_UT_STATS_INIT_NOT_ALLOWED
Definition: kfxKUTErrorInfo.h:446
KFX_ERROR_BARCODE_READER
enum kfxErrorBarcodeReader KFX_ERROR_BARCODE_READER
An enumeration containing the different error return types.
KMC_UI_CAMERA_ALREADY_OPEN
Definition: kfxKUTErrorInfo.h:179
KMC_UI_INVALID_DECLINATION_ARGUMENT
Definition: kfxKUTErrorInfo.h:176
KMC_LO_SUBMIT_DOCUMENT_IMAGE_REP_ERROR
Definition: kfxKUTErrorInfo.h:288
KMC_EV_INI_FORMAT
Definition: kfxKUTErrorInfo.h:409
KMC_ED_NONEXISTENT_FILE
Definition: kfxKUTErrorInfo.h:63
KMC_LO_REQUEST_TIMEOUT
Definition: kfxKUTErrorInfo.h:320
KMC_EX_PROCESSING_FAILED
Definition: kfxKUTErrorInfo.h:527
KMC_UI_FLASH_AUTO_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:171
KMC_EX_BUNDLE_NOT_FOUND
Definition: kfxKUTErrorInfo.h:536
kfxKedErrorNFC
kfxKedErrorNFC
Definition: kfxKUTErrorInfo.h:150
KMC_UI_FLASH_TORCH_NOT_SUPPORTED
Definition: kfxKUTErrorInfo.h:187
KMC_UT_LICENSE_UNKNOWN_LICENSE_SERVER_TYPE
Definition: kfxKUTErrorInfo.h:485
KMC_CL_LISTENER_NULL
Definition: kfxKUTErrorInfo.h:423
KMC_UT_NO_OBJECT
Definition: kfxKUTErrorInfo.h:462
KMC_EV_LAST
Definition: kfxKUTErrorInfo.h:413
KMC_EV_USER_ABORT
Definition: kfxKUTErrorInfo.h:406
KMC_ED_IMAGE_PERFECTION_PROFILE_EMPTY
Definition: kfxKUTErrorInfo.h:116
KMC_UI_INVALID_WIDTH_ARGUMENT
Definition: kfxKUTErrorInfo.h:191
KMC_LO_SECURE_CONNECTION_UNAVAILABLE
Definition: kfxKUTErrorInfo.h:317
KMC_ED_IMAGE_COLOR_SPACE
Definition: kfxKUTErrorInfo.h:92
KMC_ED_ALTERNATE_FILEIO_ENGINE
Definition: kfxKUTErrorInfo.h:82
KMC_UI_FOCUS_AREA_EMPTY
Definition: kfxKUTErrorInfo.h:186
KMC_ED_LAST
Definition: kfxKUTErrorInfo.h:146
KMC_LO_SUBMIT_DOCUMENT_NO_IMAGE_ERROR
Definition: kfxKUTErrorInfo.h:277
KMC_ED_NOIMAGE
Definition: kfxKUTErrorInfo.h:60
KFX_ERROR_IMAGE_PROCESSOR
enum kfxErrorImageProcessor KFX_ERROR_IMAGE_PROCESSOR
Image Processor Errors enum.
KMC_BC_NO_SYMBOLOGIES
Definition: kfxKUTErrorInfo.h:503
KMC_GN_LAST
Definition: kfxKUTErrorInfo.h:48
KMC_ED_MIMETYPE_MISMATCH
Definition: kfxKUTErrorInfo.h:67
KMC_ED_BITMAP_DIMENSIONS_NO_UPSCALE
Definition: kfxKUTErrorInfo.h:107
KMC_EV_FILEOPEN
Definition: kfxKUTErrorInfo.h:376
KFX_ERROR_UTILITIES
enum kfxErrorUtilities KFX_ERROR_UTILITIES
Utilities Errors enum.
KMC_EV_BAD_DPI
Definition: kfxKUTErrorInfo.h:377
Untitled Document © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.