8.11.2 SetRejectionMode Method
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);| 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. |