Smartswitch
WeakPasswordException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Peer/UserGeneration"]]
4 
5 #include <GenericException.ice>
6 
7 module Smartswitch
8 {
9  module Peer
10  {
11  module UserGeneration
12  {
25  {
26  int attempts;
27  };
28  };
29  };
30 };
int attempts
The count of attempts to generate a strong password for a User which has been performed.
Definition: WeakPasswordException.ice:26
This exception is thrown when there is no more attempts left to generate a strong password for a User...
Definition: WeakPasswordException.ice:24
Definition: AccessException.ice:7
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10