Exception: Phylax::OSError
- Defined in:
- lib/phylax.rb,
ext/phylax/phylax.c
Overview
A Windows API returned a failure we surface verbatim. #api names the call; #code is the NTSTATUS or Win32 error value.
Instance Method Summary collapse
Instance Method Details
#api ⇒ Object
102 |
# File 'lib/phylax.rb', line 102 def api = @api |
#code ⇒ Object
103 |
# File 'lib/phylax.rb', line 103 def code = @code |