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