Web services error handling

In case of an error, the response message contains a standard SOAP Fault structure, which contains some error details in a structure called AiaFaultV1. This structure, which applies to all contract types, contains the following fields.

Field

Type

Description

errorcode

errorcode

A return code indicating the type of error

message

message

An error message.

In some cases, the Contract Manager only returns an informational message referring to an error log. The log resides in:

KCM\Work\<version>\ContractManager\Logs

For more information, see the sections ThrowError and [@*USER] prefix in the Kofax Communications Manager Core Scripting Language Developer's Guide.