Smartswitch
|
The struct contains the description of an error and a solution to work it around. More...
defined in <BatchError.ice>
struct BatchError { ... }
Data Members | |
string | description |
The error message which could be displayed to a user. More... | |
string | solution |
The possible way of working around the exception. More... | |
The struct contains the description of an error and a solution to work it around.
It's used to return an exception which occurs on batch operations.
We can't throw a regular exception in that case, because it indicates an error for the whole operation.
While we need to indicate an error for a particular entry from the batch.
string description |
The error message which could be displayed to a user.
string solution |
The possible way of working around the exception.