Sha256: e74acdd3c4629beaa5b8b6983fc2812f77e55ec3d30d839285e268980b7e014b
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
# DatadogAPIClient::V2::APIErrorResponse ## Properties | Name | Type | Description | Notes | | ---------- | ----------------------- | ----------------- | ----- | | **errors** | **Array<String>** | A list of errors. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::APIErrorResponse.new( errors: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/APIErrorResponse.md |
datadog_api_client-1.5.0 | docs/v2/APIErrorResponse.md |