Address Verification (On-Premises)
- Address Verification (On-Premises) 6.5.0
- All Products
Code
| Description
|
---|---|
-10000
| IDVE has not been initialized (call IDVE_Initialize() to initialize) or is still being initialized. Address Verification does not allow any function call other than IDVE_Initialize() or IDVE_Deinitialize() after this error.
|
-10001
| A version mismatch between IDVE components was detected, and the engine did not initialize.
|
-10002
| IDVE is trapped in an unrecoverable error state. Call IDVE_Deinitialize() after this error.
|
-11000
| A FunctionServer process could not be started. If the error occurs during initialization, the initialization will not complete. If the error occurs after initialization, the engine enters an unrecoverable state and you must call IDVE_Deinitialize().
|
-12000
| A memory allocation request failed. The engine invariably remains in a functioning state. However, you may consider re-initializing the engine.
|
-12001
| Access to a system resource failed (for example, files and mutexes). Re-initialize the engine after this error.
|