Exception: Ignis::Collective::NetworkDirect::RDMAError
- Inherits:
-
StandardError
- Object
- StandardError
- Ignis::Collective::NetworkDirect::RDMAError
- Defined in:
- lib/nvruby/collective/net/nd_bindings.rb
Overview
Custom RDMA error class
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize(message, code: nil) ⇒ RDMAError
constructor
A new instance of RDMAError.
Constructor Details
#initialize(message, code: nil) ⇒ RDMAError
Returns a new instance of RDMAError.
159 160 161 162 |
# File 'lib/nvruby/collective/net/nd_bindings.rb', line 159 def initialize(, code: nil) super() @code = code end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
157 158 159 |
# File 'lib/nvruby/collective/net/nd_bindings.rb', line 157 def code @code end |