Sha256: 3e44c3d5770c3f7dfce5d029b61f92ca37403c678c4cc37b8ec48f7e6530982b
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
# DatadogAPIClient::V2::HTTPLogError ## Properties | Name | Type | Description | Notes | | ---------- | ---------- | -------------- | ---------- | | **detail** | **String** | Error message. | [optional] | | **status** | **String** | Error code. | [optional] | | **title** | **String** | Error title. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::HTTPLogError.new( detail: Malformed payload, status: 400, title: Bad Request ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/HTTPLogError.md |
datadog_api_client-1.5.0 | docs/v2/HTTPLogError.md |