Class: ActiveCypher::Bolt::Messaging::Failure
- Inherits:
-
MetadataMessage
- Object
- Message
- MetadataMessage
- ActiveCypher::Bolt::Messaging::Failure
- Defined in:
- lib/active_cypher/bolt/messaging.rb
Overview
The FAILURE message. The most honest message in the protocol.
Constant Summary collapse
- SIGNATURE =
0x7F
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
Methods inherited from MetadataMessage
Methods inherited from Message
Constructor Details
This class inherits a constructor from ActiveCypher::Bolt::Messaging::MetadataMessage
Instance Method Details
#code ⇒ Object
225 226 227 |
# File 'lib/active_cypher/bolt/messaging.rb', line 225 def code ['code'] end |
#message ⇒ Object
229 230 231 |
# File 'lib/active_cypher/bolt/messaging.rb', line 229 def ['message'] end |