Class: Pubnub::ErrorEnvelope

Inherits:
Envelope show all
Defined in:
lib/pubnub/error_envelope.rb

Overview

Every error message from server is formatted into easy to use ErrorEnvelope object, it behaves like normal Envelope.

Instance Attribute Summary

Attributes inherited from Envelope

#first, #history_end, #history_start, #id, #last, #result, #status, #timetoken

Method Summary

Methods inherited from Envelope

#error?, #first?, #initialize, #last?, #repeat

Constructor Details

This class inherits a constructor from Pubnub::Envelope