The Method SetRejectionMode enables or disables the rejection trap.

The signature of this Method is specified below. Table 55 specifies the Arguments representation.

Signature

SetRejectionMode (

[in] 0:Boolean RejectionMode,

[out] MethodExecutionFeedbackType ExecutionFeedback);

Table 55 – SetRejectionMode Method Arguments

Argument

Description

RejectionMode

When True, the rejection trap rejects.When False, the rejection trap does not reject.

ExecutionFeedback

The extended feedback returning a detailed message in case of execution failure.