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 data provided. This is the default return value.

DecryptionUsed

Indicates to the runtime that the user exit successfully performed the decryption of the provided 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 DP client associated with the failed request.