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