DSA Notifications for Disabled player - incorrect exception thrown

The DSA documentation at the link below shows how to display DSA Notifications for a “Restricted Player” using the Notifications data attached to the AuthenticationException. However, if a player is Disabled via the UGS console, a RequestFailedException is thrown when the user attempts to authenticate. Notifications data is not attached to this type of exception.

DSA Documentation

Suggested solutions:
a) Throw an AuthenticationException for Disabled players, with the required Notifications data.
b) Add the Notifications data to the RequestFailedException if this is due to the player being Disabled.

Additional question: How does a player become “Banned”, in order for the related AuthenticationException to be thrown?

Just bumping this thread. @chengg_unity maybe you can provide some insight? Whatever the answer, it should probably be included in the docs. :ok_hand: