Smartswitch
DuplicateException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch"]]
4 
5 #include <GenericException.ice>
6 #include <Common.ice>
7 
8 module Smartswitch
9 {
16  {
18  };
19 };
StringSequence key
A composite key on which there is a duplicate.
Definition: DuplicateException.ice:17
Definition: AccessException.ice:7
The exception is thrown when the entry you try to add already exists.
Definition: DuplicateException.ice:15
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10
sequence< string > StringSequence
Definition: Common.ice:7