Sha256: 3a07cb93c7f779d32ec539f3b9c52894639437ac251d3545176c7b7915bf91cc
Contents?: true
Size: 675 Bytes
Versions: 16
Compression:
Stored size: 675 Bytes
Contents
# MoneyKit::HTTPValidationError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_code** | **String** | | [optional][default to 'api_error.request.validation_failed'] | | **error_message** | **String** | Error message | [optional][default to 'Request validation error'] | | **documentation_url** | **String** | | [optional] | | **validation_errors** | [**Array<ValidationError>**](ValidationError.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::HTTPValidationError.new( error_code: null, error_message: null, documentation_url: null, validation_errors: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems