Sha256: 68efae3497d4e78db08acb45f6f2381ebce004318a3b25e3d1eb1fca7efdc074
Contents?: true
Size: 542 Bytes
Versions: 12
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
12 entries across 12 versions & 1 rubygems