Smartswitch
BatchDippingResult.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/LnpMnpDipping"]]
4 
5 #include <Config.ice>
6 
7 #ifdef CONFIG_LNP_MNP
8 
9 #include <Common.ice>
11 #include <BatchError.ice>
12 
13 module Smartswitch
14 {
15  module LnpMnpDipping
16  {
23  {
26  };
27  sequence<BatchDippingResult> BatchDippingResultSequence;
28  };
29 };
30 
31 #endif
BatchErrorOpt error
If it's non-empty, then it contains the error which occurred on Smartswitch during the routing of the...
Definition: BatchDippingResult.ice:24
sequence< BatchDippingResult > BatchDippingResultSequence
Definition: BatchDippingResult.ice:27
This struct is returned as a result of a LNP/MNP dipping.
Definition: DippingResult.ice:19
Definition: AccessException.ice:7
sequence< BatchError > BatchErrorOpt
Definition: BatchError.ice:22
This struct is returned as a result of a batch LnpMnp dipping.
Definition: BatchDippingResult.ice:22