Create Group Handler
Callback for group creation.
The underlying SDK provides additional errorKeys on failure that OperationHandler cannot carry, so this dedicated handler is used.
On success:
onResult(processCode, null, null)On failure:
onResult(null, errorKeys, error)