Sha256: 0f162ed4dd2a84b114bd302e33f51d1fe8673ca27e243bdc5ccdf34eca224fc5
Contents?: true
Size: 756 Bytes
Versions: 2
Compression:
Stored size: 756 Bytes
Contents
# DatadogAPIClient::V1::LogsAPIError ## Properties | Name | Type | Description | Notes | | ----------- | ------------------------------------------------ | -------------------------- | ---------- | | **code** | **String** | Code identifying the error | [optional] | | **details** | [**Array<LogsAPIError>**](LogsAPIError.md) | Additional error details | [optional] | | **message** | **String** | Error message | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsAPIError.new( code: null, details: null, message: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsAPIError.md |
datadog_api_client-1.5.0 | docs/v1/LogsAPIError.md |