Smartswitch
InsecureArgumentException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Peer"]]
4 
5 #include <ArgumentException.ice>
6 
7 module Smartswitch
8 {
9  module Peer
10  {
18  {
19  string details;
20  };
21  };
22 };
Definition: AccessException.ice:7
The exception is thrown when you specify an insecure argument.
Definition: InsecureArgumentException.ice:17
Thrown when a user specifies wrong argument to a method.
Definition: ArgumentException.ice:12
string details
The details of the security issue.
Definition: InsecureArgumentException.ice:19