Exception: Winsvc::OSError

Inherits:
Error
  • Object
show all
Defined in:
lib/winsvc.rb,
ext/winsvc/winsvc.c

Overview

A Windows API failure carries the originating error code (GetLastError), set on the exception in C.

Instance Method Summary collapse

Instance Method Details

#codeObject



102
103
104
# File 'lib/winsvc.rb', line 102

def code
  @code
end