Sha256: 275415e48a4bf2c19f6e3be616c848ea71f2305d71d1a955566fb5c4c4750a09
Contents?: true
Size: 457 Bytes
Versions: 3
Compression:
Stored size: 457 Bytes
Contents
# KoronaEntryClient::NotAcceptableError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **String** | A short description of the error in english. | [optional] **response** | **String** | | [optional] ## Code Sample ```ruby require 'KoronaEntryClient' instance = KoronaEntryClient::NotAcceptableError.new(message: null, response: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
korona-entry-client-1.0.2 | docs/NotAcceptableError.md |
korona-entry-client-1.0.1 | docs/NotAcceptableError.md |
korona-entry-client-1.0.0 | docs/NotAcceptableError.md |