Smartswitch
BatchSendingResult.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Messaging"]]
4 
5 #include <Config.ice>
6 
7 #ifdef CONFIG_MESSAGING
8 
10 #include <BatchError.ice>
11 
12 module Smartswitch
13 {
14  module Messaging
15  {
22  {
25  };
26  sequence<BatchSendingResult> BatchSendingResultSequence;
27  };
28 };
29 
30 #endif
This struct is returned as a result of sending a Message.
Definition: SendingResult.ice:18
This struct is returned as a result of sending a Message batch.
Definition: BatchSendingResult.ice:21
Definition: AccessException.ice:7
sequence< BatchError > BatchErrorOpt
Definition: BatchError.ice:22
BatchErrorOpt error
If it's non-empty, then it contains the error which occurred at Smartswitch during Message routing.
Definition: BatchSendingResult.ice:23
sequence< BatchSendingResult > BatchSendingResultSequence
Definition: BatchSendingResult.ice:26