Sha256: 0c601a36602baeb57363a74373bcf39497e2e75605f5a734cbdce6886aa7735d
Contents?: true
Size: 595 Bytes
Versions: 2
Compression:
Stored size: 595 Bytes
Contents
# DatadogAPIClient::V1::SLOHistoryResponseErrorWithType ## Properties | Name | Type | Description | Notes | | ----------------- | ---------- | -------------------------------------------- | ----- | | **error_message** | **String** | A message with more details about the error. | | | **error_type** | **String** | Type of the error. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOHistoryResponseErrorWithType.new( error_message: , error_type: ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SLOHistoryResponseErrorWithType.md |
datadog_api_client-1.5.0 | docs/v1/SLOHistoryResponseErrorWithType.md |