Sha256: 5a1ac289abd7964478f688992e72204b2009ce158bee033cdd13e5cf1084ee35

Contents?: true

Size: 492 Bytes

Versions: 3

Compression:

Stored size: 492 Bytes

Contents

# KoronaEntryClient::BadRequestError

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | A short description of the error in english. | [optional] 
**code** | **String** | The code for client-side evaluation of the error. | [optional] 

## Code Sample

```ruby
require 'KoronaEntryClient'

instance = KoronaEntryClient::BadRequestError.new(message: null,
                                 code: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
korona-entry-client-1.0.2 docs/BadRequestError.md
korona-entry-client-1.0.1 docs/BadRequestError.md
korona-entry-client-1.0.0 docs/BadRequestError.md