Sha256: 7a0266f2849ef83ca82ddda12340a91afda0c72ab6c78f905af5460086eafc0c
Contents?: true
Size: 576 Bytes
Versions: 16
Compression:
Stored size: 576 Bytes
Contents
# MoneyKit::APIErrorRateLimitExceededResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_code** | **String** | | [optional][default to 'api_error.rate_limit_exceeded'] | | **error_message** | **String** | Error message | [optional][default to 'Rate limit exceeded'] | | **documentation_url** | **String** | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::APIErrorRateLimitExceededResponse.new( error_code: null, error_message: null, documentation_url: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems