Sha256: d0446e2659d86d67f55d272ca08e2e87a469ac9e74cadd16e4ed1e8867a2726d

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

# DatadogAPIClient::V1::APIErrorResponse

## Properties

| Name       | Type                    | Description                          | Notes |
| ---------- | ----------------------- | ------------------------------------ | ----- |
| **errors** | **Array<String>** | Array of errors returned by the API. |       |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::APIErrorResponse.new(
  errors: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/APIErrorResponse.md
datadog_api_client-1.5.0 docs/v1/APIErrorResponse.md