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