Previous Topic: ArgumentsNext Topic: Default Behavior


Return Code

The following table gives a brief description of each of the return codes.

Return Code

Description

DecryptionNotUsed

Indicates to the runtime that the user exit did not perform any decryption of the encrypted data buffer.

DecryptionUsed

Indicates to the runtime that the user exit successfully performed the decryption of the provided encrypted data.

DecryptionFailure

Indicates to the runtime that an error was encountered by the user exit and that the decryption processing has failed The error indication and message string returned using the failureMsg argument will be returned to the proxy Runtime. The proxy runtime will pop up an error message display indicating the failed request.