Overview

This enumeration specifies how to handle failures when a member addition or removal failed during Group creation or Updation. The ABORT_ON_ERROR option will cause an Exception to be thrown, and the operation will fail. The IGNORE_ERRORS option will cause the create or update operation to succeed even in case of failures during member addition or failures. In the later case, the caller will need to reload the group in order to see the members who are not added or removed from the group.

Enumeration Members

Name Description

IGNORE_ERRORS

ABORT_ON_ERROR

Referenced By Representaions