Table of Contents

Search

  1. Preface
  2. Part 1: On-Prem Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: Geocode Countries
  5. Appendix B: Certified Mode Values

On-Premises Developer Guide

On-Premises Developer Guide

Errors

Errors

Informatica Address Verification returns the following return codes if an API call failed to run because of an error condition:
Code
Description
20000
IDVE has already been initialized or is currently being initialized.
20001
The attempted operation was not valid.
21000
The output buffer is too small, no output was written.
21001
Buffer misalignment, for example an IDVE_WChar* points to an odd address.
21002
No configuration was given as a parameter for IDVE_Initialize().
21003
A pointer parameter is NULL.
21004
A numeric parameter is 0.
21005
A parameter is out of range or illegal.
21006
Multiple parameters are present that are mutually exclusive.
22000
The syntax of a parameter or value is not valid.
22001
The given URI is not valid either for this operation or in general.
22002
JSON string is not valid.
22003
Missing access rights for this JSON operation.
22004
A JSON value is not available.
22005
A JSON value is of a different type (for example, called IDVE_GetString() on an integer value).
22006
A JSON integer value is outside the bounds of the provided integer type. Choose a larger integer type.
22007
The character sequence of a JSON string is not valid (for example, it contains escape sequences that are not valid).
22008
The JSON file is in an unsupported encoding.
23000
Subfolder FileSetA or FileSetB (or both) were not found on disk.
23001
The FileSetsInfo file has content that is not valid or could not be found.
24000
No free job is available.
24001
The job ID is not valid.
25000
Payload exceeded IPC capacity.
25001
Lost connection to FunctionServer instance, a restart has been initiated.

0 COMMENTS

We’d like to hear from you!