Sha256: 6167c36aecbfb6c2f896f4449fc06d990994d9004edffc0ed526c09224c6ade0
Contents?: true
Size: 534 Bytes
Versions: 16
Compression:
Stored size: 534 Bytes
Contents
# MoneyKit::LinkErrorNotFoundResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_code** | **String** | | [optional][default to 'link_error.not_found'] | | **error_message** | **String** | | [optional][default to 'Link not found.'] | | **documentation_url** | **String** | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::LinkErrorNotFoundResponse.new( error_code: null, error_message: null, documentation_url: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems