Sha256: be997eb6f59d3ce1bc99b30dbae2051d8b0aa6966c972b30e6a23b8fb5a26571
Contents?: true
Size: 542 Bytes
Versions: 1
Compression:
Stored size: 542 Bytes
Contents
# TalonOne::ApiError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | **String** | Short description of the problem. | **details** | **String** | Longer description of this specific instance of the problem. | [optional] **source** | [**ErrorSource**](ErrorSource.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::APIError.new(title: null, details: null, source: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.0.0 | docs/APIError.md |