Sha256: 0284853690611d00463574574e443fa710791072b14987040d6d8d844811d5fd

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

# MuxRuby::Error

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | A unique identifier for this error. | [optional] |
| **percentage** | **Float** | The percentage of views that experienced this error. | [optional] |
| **notes** | **String** | Notes that are attached to this error. | [optional] |
| **message** | **String** | The error message. | [optional] |
| **last_seen** | **String** | The last time this error was seen (ISO 8601 timestamp). | [optional] |
| **description** | **String** | Description of the error. | [optional] |
| **count** | **Integer** | The total number of views that experienced this error. | [optional] |
| **code** | **Integer** | The error code | [optional] |
| **player_error_code** | **String** | The string version of the error code | [optional] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::Error.new(
  id: null,
  percentage: null,
  notes: null,
  message: null,
  last_seen: null,
  description: null,
  count: null,
  code: null,
  player_error_code: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/Error.md
mux_ruby-3.19.0 docs/Error.md
mux_ruby-3.18.0 docs/Error.md
mux_ruby-3.17.0 docs/Error.md
mux_ruby-3.15.0 docs/Error.md
mux_ruby-3.14.0 docs/Error.md