Sha256: ca80ca8c1ef8f1ac7b5980f135c88f27aa14ed9a667ce66e35f544fc7cb488f0
Contents?: true
Size: 431 Bytes
Versions: 16
Compression:
Stored size: 431 Bytes
Contents
# MoneyKit::ValidationError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **location** | [**Array<ValidationErrorLocationInner>**](ValidationErrorLocationInner.md) | | | | **message** | **String** | | | | **type** | **String** | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::ValidationError.new( location: null, message: null, type: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems