RESULT_CODES

Title (RESULT_CODES)
Result Code

Definition

Used By
TransResult (ResultCode)

Codes
DescriptionNameValueDefinitionNotes
FailureRESULT_FAILURE5The transaction was not processed. The reason for the failure must be returned. At least one ResultInfo object is expected when this Result Code is produced.
Received Pending (transaction in queue)RESULT_RECDPEND3This transaction will be processed as soon as possible but cannot be processed at this time. No ResultInfo object is expected when this Result Code is returned.
Received Pending with informationRESULT_RECDPENDINFO4Applicable in cases where business rules are processed while transaction is pending execution. This transaction has been received and will be processed as soon as possible. There was some information regarding this transaction that was returned. At least one ResultInfo object is expected when this Result Code is produced.
SuccessRESULT_SUCCESS1The transaction was processed Successfully with no more information. No ResultInfo object is expected when this Result Code is produced.
Success with informationRESULT_SUCCESSINFO2The transaction was processed successfully but some condition causes information to be returned. This is sometimes informational only and sometimes a warning. At least one ResultInfo object is expected when this Result Code is produced.