Exception: Winipc::OSError

Inherits:
Error
  • Object
show all
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.

Instance Method Summary collapse

Instance Method Details

#codeObject



39
40
41
# File 'lib/winipc.rb', line 39

def code
  @code
end