Smartswitch
DuplicateNameException.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  {
24  {
25  int attempts;
26  };
27  };
28  };
29 };
This exception is thrown when there is no more attempts left to generate an unique alphanumeric User ...
Definition: DuplicateNameException.ice:23
int attempts
The count of attempts to generate a User name done.
Definition: DuplicateNameException.ice:25
Definition: AccessException.ice:7
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10