Class: UU::OS::IPC::ErrorKind
- Inherits:
-
Object
- Object
- UU::OS::IPC::ErrorKind
- Defined in:
- uu_os_connection-2.2.4/lib/uu/os/ipc/error_kind.rb
Overview
Enumeration of possible error kinds used in IPCError.
Constant Summary
- CLIENT =
Error was caused by input parameters (either by using wrong format of parameters or by using values violating defined business rules).
'CLIENT'
- SERVER =
Error was caused by unexpected error while processing data (e.g. unavailable server, database problem, etc.). This kind of error should be very rare.
'SERVER'