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

Version Path
moneykit-0.1.15 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.14 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.13 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.12 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.11 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.10 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.9 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.6 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.5 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.4 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.3 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.2 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.1 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.0 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.0.alpha.2 docs/InstitutionErrorNotFoundResponse.md
moneykit-0.1.0.alpha.1 docs/InstitutionErrorNotFoundResponse.md