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_CD_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 
150 
153 typedef enum kfxErrorUIControls {
155 
178  KMC_UI_INVALID_LEVEL_THRESHOLD, // The level threshold for pitch or roll is invalid for the requested operation.
179  KMC_UI_TORCH_UNAVAILABLE, // The torch is unsupported or unavailable.
180  KMC_UI_INVALID_IMAGES, //Invalid images to remove glare
181  KMC_UI_INVALID_IMAGES_COUNT, //Invalid number of images to remove glare
184 
186 
189 typedef enum kfxErrorLogistics {
190 
193  KMC_LO_SERVER_URL_NOT_SET, // the URL is nil
194  KMC_LO_USERNAME_NOT_SET, // 3, user name or password found nil on login
203 
206 
207  KMC_LO_DOMAIN, // domain string found nil on login
208  KMC_LO_EMAIL, // if not demo server, email is nil on login
209  KMC_LO_NOT_REGISTERED, // not registered yet
214  KMC_LO_NOT_LOGGED_IN, // 21: KMC_LO_NOT_LOGGED_IN: You are not logged in
215  //Use the register and then login methods for normal sequences.
216  KMC_LO_USER_LOGOUT_ERROR, // 22: An error occurred attempting to logout from the Server.
217  //Check your network connection, and make sure that you are successfully logged in prior to calling the logout() method.
218 
219  KMC_LO_TASK_LOCK_ACQUIRE_ERROR, // 23: Attempt to acquire a lock for the task associated with this method failed.
220  // Internal unexpected error. No recommendation.
221 
222  KMC_LO_NO_OPERATION_TO_CANCEL, // 24: There is no currently running operation to cancel.
223  //You can only cancel a running operation.
224 
225  KMC_LO_OPERATION_NOT_CANCELLABLE, // 25: The currently running operation cannot be cancelled.
226  //You can only cancel a running operation that supports cancellation. Check the developer guide to see what operations are cancellable.
227 
228  KMC_LO_OPERATION_CANCELLED, // 26: The currently running operation was successfully cancelled.
229  //The operation has been cancelled, and the SESSION_STATE has returned to the previous state.
230 
231  KMC_LO_INVALID_DOCUMENT_TYPE_NAME, // 27: The DocumentType name specified is not valid or not available on the Server.
232  //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.
233 
234  KMC_LO_DOWNLOAD_DOCUMENT_FIELDS_ERROR, // 28: An error occurred attempting to download document fields from the Server.
235  // Check your network connection and ask your Administrator to confirm that document fields for the DocumentType requested are still available.
236 
237  KMC_LO_SUBMIT_PNG, // 29: when you submit a document that has an image represented by a PNG file mimetype.
238  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.
239 
240 
242  //Msg: KMC_LO_START_SUBMIT_JOB_ERROR: An error occurred attempting to start a document submission job.
243  //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.
244 
246  // KMC_LO_SUBMIT_DOCUMENT_IMAGES_ERROR: An error occurred attempting to submit images and fields within a document to the Server.
247  //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.
248 
250  //KMC_LO_START_SUBMIT_INVALID_JOB_ID: An invalid or missing job ID was detected while starting a document submission job.
251  //Ask your Administrator to confirm that your Server is configured to accept new document submission jobs.
252 
253 
255  //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.
256  // Make sure the image file referenced by the Image object in the Document still exists and your application has appropriate file access permissions.
257 
259  // 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.
260  // Make sure the image file referenced by the Image object in the Document still exists and your application has appropriate file access permissions.
261 
263  // KMC_LO_SUBMIT_DOCUMENT_NO_IMAGE_ERROR: The document to be submitted contains no pages with images.
264  // Make sure each Document contains at least one page with one image before submitting.
265 
267  // KMC_LO_PAGE_IMAGE_INDEX_INVALID: The Image index specified for the current page is invalid.
268  // Make sure the Image index is >= 0 and < the total number of images in this page.
269 
271  // 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.
272  // Use a MIME type supported by the Server for each image in the Document to be submitted.
274  // 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.
275  // Use an Image Representation supported by the Server for each image in the Document to be submitted.
276 
278  // 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.
279  // When submitting a Document the Image objects in the Pages must reference existing Image files in the storage system.
280 
282  // An error occurred while attempting to cancel the running operation. The operation has been terminated.
283  // 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.
284 
286  // 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.
287  // Internal unexpected error. No recommendation.
289  // KMC_LO_REGISTERING_NOT_ALLOWED: Registering is not allowed from this session state.
290  // You should log out and then re-register.
291 
293  // An error occurred attempting to download scan settings.
294  // Check your network availability, server URL or WiFi connection.
296  // Attempt to acquire a lock for the event associated with this method failed.
297  // (Android specific)
298 
300  // Network error: Could not connect to the server
301  // Check your web services, the actual URL that you are using and verify the server port number.
303  // Network error: A secure connection is not possible with this URL.
304  // 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.
306  // Network error: The request timed out.
307  // 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.
309  // Network error: The network services are not available.
310  // Check your device for WiFi services enabled or turn off “Airplane mode”.
311 
313  // Could not authenticate this request.
314  // 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.
316  // Network error: The specified host is not available
317  // 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.
319  // Network error: The server request resulted in an unknown web services error.
320  // 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.
323  // Network error: The certificate is invalid .
324  // The certificate for this server is invalid. You might be connecting to a server which could put your confidential information at risk.
326 
328 
330 
345 
346 
347 
349 
351 
353 
356 typedef enum kfxErrorEv {
357 
359 
376  KMC_EV_PDF_BAD, // 0x11
392  KMC_EV_META_DATA, // EVRS_METADATA_FORMAT_ERROR -1006
393  KMC_EV_OP_STRING, // EVRS_OPERATIONS_STRING_ERROR -1007
394  KMC_EV_INI_FORMAT, // EVRS_INI_FORMAT_ERROR -1010
395  KMC_EV_XML_FORMAT, // EVRS_XML_FORMAT_ERROR -1011
396  KMC_EV_JSON_FORMAT, // EVRS_JSON_FORMAT_ERROR -1012
397 
400 
401 typedef enum kfxClassifier {
402 
416 
418 
420 
422 
425 typedef enum kfxErrorUtilities {
474 
475 
477 
479 /*
480  This enum defines the error codes for the kfxKBRBarcodeReader engine.
481  */
485  KMC_BC_BAD_FILENAME, // Invalid filename
486  KMC_BC_IMAGE_BUFFERED, // Buffered image is not supported
487  KMC_BC_NO_DIRECTIONS, // Search direction not specified
488  KMC_BC_NO_SYMBOLOGIES, // Symbology was not specified
489  KMC_BC_NO_REPRESENTATION, // Input file has no representation
490  KMC_BC_INVALID_IMAGE, // Invalid image data
491  KMC_BC_BUSY, // Read op already in progress
492  KMC_BC_NO_BARCODE_FOUND, // No barcode found on image
495 
497 
500 typedef enum kfxErrorExtraction {
528 
530 
536 @interface kfxError : NSObject
537 
538 // ==========================================================
540 
545 + (NSString *) findErrMsg: (int) inputErrorCode;
546 
547 
548 // ==========================================================
550 
555 + (NSString *) findErrDesc: (int) inputErrorCode;
556 
557 @end
558 #endif
kfxErrorEv
Image Perfection Errors enum.
Definition: kfxKUTErrorInfo.h:356
Definition: kfxKUTErrorInfo.h:385
Definition: kfxKUTErrorInfo.h:154
Definition: kfxKUTErrorInfo.h:407
Definition: kfxKUTErrorInfo.h:305
Definition: kfxKUTErrorInfo.h:341
Definition: kfxKUTErrorInfo.h:81
#define KMC_ED_BASE
Definition: kfxKUTErrorInfo.h:18
Definition: kfxKUTErrorInfo.h:470
Definition: kfxKUTErrorInfo.h:216
Definition: kfxKUTErrorInfo.h:266
Definition: kfxKUTErrorInfo.h:249
Definition: kfxKUTErrorInfo.h:135
Definition: kfxKUTErrorInfo.h:179
Definition: kfxKUTErrorInfo.h:136
Definition: kfxKUTErrorInfo.h:412
Definition: kfxKUTErrorInfo.h:487
Definition: kfxKUTErrorInfo.h:377
Definition: kfxKUTErrorInfo.h:409
enum kfxErrorLogistics KFX_ERROR_LOGISTICS_ERRORS
Logistics Errors enum.
Definition: kfxKUTErrorInfo.h:465
Definition: kfxKUTErrorInfo.h:60
Definition: kfxKUTErrorInfo.h:523
Definition: kfxKUTErrorInfo.h:363
Definition: kfxKUTErrorInfo.h:138
Definition: kfxKUTErrorInfo.h:342
Definition: kfxKUTErrorInfo.h:176
Definition: kfxKUTErrorInfo.h:524
Definition: kfxKUTErrorInfo.h:491
Definition: kfxKUTErrorInfo.h:405
Definition: kfxKUTErrorInfo.h:116
Definition: kfxKUTErrorInfo.h:366
Definition: kfxKUTErrorInfo.h:361
Definition: kfxKUTErrorInfo.h:168
Definition: kfxKUTErrorInfo.h:435
Definition: kfxKUTErrorInfo.h:394
Definition: kfxKUTErrorInfo.h:427
enum kfxErrorUtilities KFX_ERROR_UTILITIES
Utilities Errors enum.
Definition: kfxKUTErrorInfo.h:181
Definition: kfxKUTErrorInfo.h:122
Definition: kfxKUTErrorInfo.h:430
Definition: kfxKUTErrorInfo.h:208
Definition: kfxKUTErrorInfo.h:318
Definition: kfxKUTErrorInfo.h:182
enum kfxKedErrorEngineData KFX_ERROR_ENGINE_DATA
Engine Data Errors enum.
Definition: kfxKUTErrorInfo.h:406
Definition: kfxKUTErrorInfo.h:90
Definition: kfxKUTErrorInfo.h:98
Definition: kfxKUTErrorInfo.h:389
Definition: kfxKUTErrorInfo.h:234
Definition: kfxKUTErrorInfo.h:315
Definition: kfxKUTErrorInfo.h:209
Definition: kfxKUTErrorInfo.h:119
Definition: kfxKUTErrorInfo.h:200
Definition: kfxKUTErrorInfo.h:502
Definition: kfxKUTErrorInfo.h:281
kfxErrorExtraction
Extraction errors enum.
Definition: kfxKUTErrorInfo.h:500
Definition: kfxKUTErrorInfo.h:69
Definition: kfxKUTErrorInfo.h:381
Definition: kfxKUTErrorInfo.h:171
Definition: kfxKUTErrorInfo.h:88
Definition: kfxKUTErrorInfo.h:64
Definition: kfxKUTErrorInfo.h:360
Definition: kfxKUTErrorInfo.h:170
Definition: kfxKUTErrorInfo.h:202
Definition: kfxKUTErrorInfo.h:379
Definition: kfxKUTErrorInfo.h:76
Definition: kfxKUTErrorInfo.h:403
Definition: kfxKUTErrorInfo.h:292
Definition: kfxKUTErrorInfo.h:413
Definition: kfxKUTErrorInfo.h:214
Definition: kfxKUTErrorInfo.h:196
Definition: kfxKUTErrorInfo.h:367
Definition: kfxKUTErrorInfo.h:144
Definition: kfxKUTErrorInfo.h:67
Definition: kfxKUTErrorInfo.h:417
Definition: kfxKUTErrorInfo.h:368
Definition: kfxKUTErrorInfo.h:434
Definition: kfxKUTErrorInfo.h:451
Definition: kfxKUTErrorInfo.h:40
Definition: kfxKUTErrorInfo.h:180
kfxErrorUIControls
UI Control Errors enum.
Definition: kfxKUTErrorInfo.h:153
Definition: kfxKUTErrorInfo.h:521
Definition: kfxKUTErrorInfo.h:490
Definition: kfxKUTErrorInfo.h:338
Definition: kfxKUTErrorInfo.h:453
Definition: kfxKUTErrorInfo.h:113
Definition: kfxKUTErrorInfo.h:442
Definition: kfxKUTErrorInfo.h:237
kfxClassifier
Definition: kfxKUTErrorInfo.h:401
Definition: kfxKUTErrorInfo.h:192
Definition: kfxKUTErrorInfo.h:87
Definition: kfxKUTErrorInfo.h:518
Definition: kfxKUTErrorInfo.h:507
Definition: kfxKUTErrorInfo.h:46
Definition: kfxKUTErrorInfo.h:429
Definition: kfxKUTErrorInfo.h:295
Definition: kfxKUTErrorInfo.h:169
Definition: kfxKUTErrorInfo.h:59
Definition: kfxKUTErrorInfo.h:254
Definition: kfxKUTErrorInfo.h:348
Definition: kfxKUTErrorInfo.h:384
Definition: kfxKUTErrorInfo.h:146
Definition: kfxKUTErrorInfo.h:107
Definition: kfxKUTErrorInfo.h:511
Definition: kfxKUTErrorInfo.h:515
Definition: kfxKUTErrorInfo.h:163
Definition: kfxKUTErrorInfo.h:426
Definition: kfxKUTErrorInfo.h:432
Definition: kfxKUTErrorInfo.h:211
Definition: kfxKUTErrorInfo.h:194
Definition: kfxKUTErrorInfo.h:156
Definition: kfxKUTErrorInfo.h:380
Definition: kfxKUTErrorInfo.h:436
Definition: kfxKUTErrorInfo.h:158
Definition: kfxKUTErrorInfo.h:178
Definition: kfxKUTErrorInfo.h:508
Definition: kfxKUTErrorInfo.h:340
Definition: kfxKUTErrorInfo.h:461
Definition: kfxKUTErrorInfo.h:450
Definition: kfxKUTErrorInfo.h:444
Definition: kfxKUTErrorInfo.h:519
Definition: kfxKUTErrorInfo.h:337
Definition: kfxKUTErrorInfo.h:78
Definition: kfxKUTErrorInfo.h:441
Definition: kfxKUTErrorInfo.h:139
Definition: kfxKUTErrorInfo.h:93
Definition: kfxKUTErrorInfo.h:445
Definition: kfxKUTErrorInfo.h:506
Definition: kfxKUTErrorInfo.h:157
#define KMC_GN_BASE
Definition: kfxKUTErrorInfo.h:13
Definition: kfxKUTErrorInfo.h:210
Definition: kfxKUTErrorInfo.h:63
Definition: kfxKUTErrorInfo.h:96
Definition: kfxKUTErrorInfo.h:61
Definition: kfxKUTErrorInfo.h:522
Definition: kfxKUTErrorInfo.h:473
Definition: kfxKUTErrorInfo.h:492
Definition: kfxKUTErrorInfo.h:175
Definition: kfxKUTErrorInfo.h:140
Definition: kfxKUTErrorInfo.h:344
Definition: kfxKUTErrorInfo.h:322
Definition: kfxKUTErrorInfo.h:378
Definition: kfxKUTErrorInfo.h:228
Definition: kfxKUTErrorInfo.h:448
Definition: kfxKUTErrorInfo.h:485
Definition: kfxKUTErrorInfo.h:440
Definition: kfxKUTErrorInfo.h:433
Definition: kfxKUTErrorInfo.h:191
Definition: kfxKUTErrorInfo.h:262
Definition: kfxKUTErrorInfo.h:205
Definition: kfxKUTErrorInfo.h:299
Definition: kfxKUTErrorInfo.h:393
Definition: kfxKUTErrorInfo.h:372
Definition: kfxKUTErrorInfo.h:245
Definition: kfxKUTErrorInfo.h:86
Definition: kfxKUTErrorInfo.h:460
Definition: kfxKUTErrorInfo.h:172
Definition: kfxKUTErrorInfo.h:225
Definition: kfxKUTErrorInfo.h:94
Definition: kfxKUTErrorInfo.h:428
Definition: kfxKUTErrorInfo.h:92
Definition: kfxKUTErrorInfo.h:238
Definition: kfxKUTErrorInfo.h:134
Definition: kfxKUTErrorInfo.h:484
Definition: kfxKUTErrorInfo.h:386
Definition: kfxKUTErrorInfo.h:489
Definition: kfxKUTErrorInfo.h:488
Definition: kfxKUTErrorInfo.h:84
An error lookup reference class.
Definition: kfxKUTErrorInfo.h:536
Definition: kfxKUTErrorInfo.h:376
Definition: kfxKUTErrorInfo.h:505
Definition: kfxKUTErrorInfo.h:110
#define KMC_EV_BASE
Definition: kfxKUTErrorInfo.h:27
Definition: kfxKUTErrorInfo.h:95
Definition: kfxKUTErrorInfo.h:382
Definition: kfxKUTErrorInfo.h:165
Definition: kfxKUTErrorInfo.h:288
Definition: kfxKUTErrorInfo.h:62
Definition: kfxKUTErrorInfo.h:493
Definition: kfxKUTErrorInfo.h:471
Definition: kfxKUTErrorInfo.h:173
Definition: kfxKUTErrorInfo.h:525
Definition: kfxKUTErrorInfo.h:472
Definition: kfxKUTErrorInfo.h:162
Definition: kfxKUTErrorInfo.h:408
Definition: kfxKUTErrorInfo.h:277
Definition: kfxKUTErrorInfo.h:325
Definition: kfxKUTErrorInfo.h:387
enum kfxClassifier KFX_ERROR_CLASSIFIER
Definition: kfxKUTErrorInfo.h:321
Definition: kfxKUTErrorInfo.h:371
Definition: kfxKUTErrorInfo.h:312
Definition: kfxKUTErrorInfo.h:339
enum kfxErrorGeneral KFX_ERROR_GENERAL
General Errors enum.
Definition: kfxKUTErrorInfo.h:195
Definition: kfxKUTErrorInfo.h:468
Definition: kfxKUTErrorInfo.h:431
Definition: kfxKUTErrorInfo.h:166
Definition: kfxKUTErrorInfo.h:207
#define KMC_UT_BASE
Definition: kfxKUTErrorInfo.h:19
Definition: kfxKUTErrorInfo.h:362
Definition: kfxKUTErrorInfo.h:513
Definition: kfxKUTErrorInfo.h:335
Definition: kfxKUTErrorInfo.h:369
Definition: kfxKUTErrorInfo.h:85
Definition: kfxKUTErrorInfo.h:71
Definition: kfxKUTErrorInfo.h:396
Definition: kfxKUTErrorInfo.h:365
Definition: kfxKUTErrorInfo.h:58
Definition: kfxKUTErrorInfo.h:100
Definition: kfxKUTErrorInfo.h:231
Definition: kfxKUTErrorInfo.h:509
Definition: kfxKUTErrorInfo.h:77
Definition: kfxKUTErrorInfo.h:336
Definition: kfxKUTErrorInfo.h:526
enum kfxErrorEv KFX_ERROR_PERFECTION
Image Perfection Errors enum.
kfxKedErrorEngineData
Engine Data Errors enum.
Definition: kfxKUTErrorInfo.h:56
Definition: kfxKUTErrorInfo.h:449
Definition: kfxKUTErrorInfo.h:512
Definition: kfxKUTErrorInfo.h:383
Definition: kfxKUTErrorInfo.h:161
Definition: kfxKUTErrorInfo.h:411
Definition: kfxKUTErrorInfo.h:452
kfxErrorImageProcessor
Image Processor Errors enum.
Definition: kfxKUTErrorInfo.h:333
Definition: kfxKUTErrorInfo.h:44
Definition: kfxKUTErrorInfo.h:103
Definition: kfxKUTErrorInfo.h:270
#define KMC_IP_BASE
Definition: kfxKUTErrorInfo.h:17
Definition: kfxKUTErrorInfo.h:464
Definition: kfxKUTErrorInfo.h:273
Definition: kfxKUTErrorInfo.h:45
Definition: kfxKUTErrorInfo.h:89
Definition: kfxKUTErrorInfo.h:241
Definition: kfxKUTErrorInfo.h:438
Definition: kfxKUTErrorInfo.h:388
Definition: kfxKUTErrorInfo.h:302
Definition: kfxKUTErrorInfo.h:212
kfxErrorUtilities
Utilities Errors enum.
Definition: kfxKUTErrorInfo.h:425
enum kfxErrorExtraction KFX_ERROR_EXTRACTION
Extraction errors enum.
Definition: kfxKUTErrorInfo.h:75
Definition: kfxKUTErrorInfo.h:159
enum kfxErrorBarcodeReader KFX_ERROR_BARCODE_READER
An enumeration containing the different error return types.
Definition: kfxKUTErrorInfo.h:334
Definition: kfxKUTErrorInfo.h:42
Definition: kfxKUTErrorInfo.h:457
Definition: kfxKUTErrorInfo.h:446
Definition: kfxKUTErrorInfo.h:391
Definition: kfxKUTErrorInfo.h:459
Definition: kfxKUTErrorInfo.h:370
#define KMC_EX_BASE
Definition: kfxKUTErrorInfo.h:20
Definition: kfxKUTErrorInfo.h:404
Definition: kfxKUTErrorInfo.h:373
Definition: kfxKUTErrorInfo.h:132
Definition: kfxKUTErrorInfo.h:128
Definition: kfxKUTErrorInfo.h:410
Definition: kfxKUTErrorInfo.h:501
Definition: kfxKUTErrorInfo.h:164
enum kfxErrorImageProcessor KFX_ERROR_IMAGE_PROCESSOR
Image Processor Errors enum.
Definition: kfxKUTErrorInfo.h:463
Definition: kfxKUTErrorInfo.h:72
Definition: kfxKUTErrorInfo.h:133
#define KMC_LO_BASE
Definition: kfxKUTErrorInfo.h:15
Definition: kfxKUTErrorInfo.h:503
Definition: kfxKUTErrorInfo.h:66
Definition: kfxKUTErrorInfo.h:392
#define KMC_CL_BASE
Definition: kfxKUTErrorInfo.h:25
Definition: kfxKUTErrorInfo.h:343
Definition: kfxKUTErrorInfo.h:486
Definition: kfxKUTErrorInfo.h:469
kfxErrorLogistics
Logistics Errors enum.
Definition: kfxKUTErrorInfo.h:189
Definition: kfxKUTErrorInfo.h:285
Definition: kfxKUTErrorInfo.h:447
Definition: kfxKUTErrorInfo.h:137
Definition: kfxKUTErrorInfo.h:199
Definition: kfxKUTErrorInfo.h:375
Definition: kfxKUTErrorInfo.h:414
enum kfxErrorUIControls KFX_ERROR_UICONTROLS_ERRORS
UI Control Errors enum.
Definition: kfxKUTErrorInfo.h:364
Definition: kfxKUTErrorInfo.h:415
Definition: kfxKUTErrorInfo.h:439
Definition: kfxKUTErrorInfo.h:193
Definition: kfxKUTErrorInfo.h:516
kfxErrorBarcodeReader
An enumeration containing the different error return types.
Definition: kfxKUTErrorInfo.h:482
Definition: kfxKUTErrorInfo.h:483
Definition: kfxKUTErrorInfo.h:514
Definition: kfxKUTErrorInfo.h:398
Definition: kfxKUTErrorInfo.h:458
kfxErrorGeneral
General Errors enum.
Definition: kfxKUTErrorInfo.h:39
Definition: kfxKUTErrorInfo.h:390
Definition: kfxKUTErrorInfo.h:198
Definition: kfxKUTErrorInfo.h:43
Definition: kfxKUTErrorInfo.h:374
Definition: kfxKUTErrorInfo.h:437
#define KMC_BC_BASE
Definition: kfxKUTErrorInfo.h:24
Definition: kfxKUTErrorInfo.h:82
Definition: kfxKUTErrorInfo.h:219
Definition: kfxKUTErrorInfo.h:57
Definition: kfxKUTErrorInfo.h:456
Definition: kfxKUTErrorInfo.h:48
Definition: kfxKUTErrorInfo.h:467
Definition: kfxKUTErrorInfo.h:80
Definition: kfxKUTErrorInfo.h:510
Definition: kfxKUTErrorInfo.h:142
Definition: kfxKUTErrorInfo.h:395
Definition: kfxKUTErrorInfo.h:167
Definition: kfxKUTErrorInfo.h:141
Definition: kfxKUTErrorInfo.h:201
Definition: kfxKUTErrorInfo.h:520
Definition: kfxKUTErrorInfo.h:454
#define KMC_UI_BASE
Definition: kfxKUTErrorInfo.h:14
Definition: kfxKUTErrorInfo.h:455
Definition: kfxKUTErrorInfo.h:258
Definition: kfxKUTErrorInfo.h:504
Definition: kfxKUTErrorInfo.h:358
Definition: kfxKUTErrorInfo.h:73
Definition: kfxKUTErrorInfo.h:466
Definition: kfxKUTErrorInfo.h:160
Definition: kfxKUTErrorInfo.h:177
Definition: kfxKUTErrorInfo.h:213
Definition: kfxKUTErrorInfo.h:197
Definition: kfxKUTErrorInfo.h:462
Definition: kfxKUTErrorInfo.h:308
Definition: kfxKUTErrorInfo.h:174
Definition: kfxKUTErrorInfo.h:443
Definition: kfxKUTErrorInfo.h:204
Definition: kfxKUTErrorInfo.h:517
Definition: kfxKUTErrorInfo.h:65
Definition: kfxKUTErrorInfo.h:68
Definition: kfxKUTErrorInfo.h:125
Definition: kfxKUTErrorInfo.h:222
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.