Ice 3.6 Slice API Reference
|
This exception is raised if a system error occurred in the server or client process. More...
Defined in <Ice/LocalException.ice>
["cpp:ice_print"]
local exception SyscallException { ... }
Data Members | |
int | error = 0 |
The error number describing the system exception. More... | |
This exception is raised if a system error occurred in the server or client process.
There are many possible causes for such a system exception. For details on the cause, SyscallException#error should be inspected.
int error = 0 |
The error number describing the system exception.
For C++ and Unix, this is equivalent to errno
. For C++ and Windows, this is the value returned by GetLastError()
or WSAGetLastError()
.