| 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 |
require 'talon_one_sdk'
instance = TalonOne::APIError.new(
title: null,
details: null,
source: null
)