Previous Topic: PurposeNext Topic: Return Code


Arguments

The following table gives a brief description of each of the arguments.

Name

I/O

Description

failureType

Input

An integer value describing the source of the failure. It's value can be one of the following:

com.ca.gen.fmrt. ExternalLoader.CFBUILD or ‘0’:

An error in the construction or parsing of a client/server flow message or response. com.ca.gen.fmrt. ExternalLoader.XFAL or ‘1’:

An error during the server procedures action block execution.

com.ca.gen.fmrt. ExternalLoader.XERR or ‘2’:

A communications error occurring somewhere between construction of a message or response, and the deciphering of that message by the partner in this flow.

errorList

Input/Output

A mutable string, StringBuilder, representing message strings constructed by and normally displayed using the ErrorReport dialog to describe the failure. Each message string is null terminated. Newline characters for formatting are also present as required. On a "serverFailedDisplay" return, errorList, as modified in this exit, will be displayed in the ErrorReport dialog.