Class: RStyx::Message::Rerror

Inherits:
StyxMessage show all
Defined in:
lib/rstyx/messages.rb

Overview

Class representing an Rerror message sent by a Styx server. See Inferno’s error(5) for more details.

Fields

ename

The error string describing the failure of the transaction.

Constant Summary

Constants inherited from StyxMessage

StyxMessage::MESSAGE_IDS

Instance Attribute Summary

Attributes inherited from StyxMessage

#fieldvals

Method Summary

Methods inherited from StyxMessage

add_field, fields, from_bytes, #ident, #initialize, #tag, #tag=, #to_bytes, #to_s

Constructor Details

This class inherits a constructor from RStyx::Message::StyxMessage