Moderation actions
Learn about actions you can take in response to moderation events.
Read time 1 minuteLast updated 2 days ago
Actions are applied through the Unity Dashboard when reviewing incidents. When an action is applied, and the actioned user logs in, you will receive various error messages from the different UGS packages integrated with the Moderation services. Errors will follow the access control convention described in Error responses. This is the expected behavior. Some SDKs will provide a mechanism to wrap those errors into exceptions of their own, for example, the Vivox SDK emits a
MintExceptionPackage name | Exception | Use case |
|---|---|---|
| RequestFailedException | When a player is Banned, you will receive this exception with an ACCOUNT_DISABLED message in its innerException. |
| MintException | If the player is prevented from accessing communications channels, this exception will be thrown with a 403 status code. |