---
source_url: https://www.pubnub.com/docs/sdks/ruby/status-events
title: Status Events for Ruby SDK
updated_at: 2026-05-22T11:07:48.207Z
sdk_name: PubNub Ruby SDK
sdk_version: 6.0.2
---

> Documentation Index
> For a curated overview of PubNub documentation, see: https://www.pubnub.com/docs/llms.txt
> For the full list of all documentation pages, see: https://www.pubnub.com/docs/llms-full.txt


# Status Events for Ruby SDK

PubNub Ruby SDK, use the latest version: 6.0.2

Install:

```bash
gem install pubnub@6.0.2
```

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. |