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