Exception: Winipc::OSError
- Defined in:
- lib/winipc.rb,
ext/winipc/winipc.c
Overview
A Windows API failure carries the originating error code (GetLastError / the failing return), set on the exception in C.
Direct Known Subclasses
AccessDenied, BrokenPipe, Canceled, Exists, NotFound, NotOwner, PipeBusy, TimeoutError, WouldExceedMax
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
39 40 41 |
# File 'lib/winipc.rb', line 39 def code @code end |