Status Events for Ruby SDK
The PubNub Ruby Software Development Kit (SDK) reports status events for publish and subscribe operations. This page lists common categories and how to interpret them.
If status[:category]
equals just :error
, please refer to server response.
Category | Description |
---|---|
STATUS_ACCESS_DENIED | Access Manager is enabled and you don't have permission to fire event that returned error. Please check your Access Manager settings and audit your permissions. |
STATUS_TIMEOUT | Server didn't respond in given time. Please retry. |
STATUS_NON_JSON_RESPONSE | Server didn't respond with valid json message. Consult server response. |