Sha256: ef87c86a1dd8f7e3911b33ddd98e20861689b3d2edae4a6c2f3d214f5842391a

Contents?: true

Size: 598 Bytes

Versions: 7

Compression:

Stored size: 598 Bytes

Contents

# TalonOne::ErrorResponseWithStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** |  | [optional] 
**errors** | [**Array<APIError>**](APIError.md) | An array of individual problems encountered during the request. | [optional] 
**status_code** | **Integer** | The error code | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ErrorResponseWithStatus.new(message: null,
                                 errors: null,
                                 status_code: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ErrorResponseWithStatus.md
talon_one-6.0.0 docs/ErrorResponseWithStatus.md
talon_one-5.0.0 docs/ErrorResponseWithStatus.md
talon_one-3.0.2 docs/ErrorResponseWithStatus.md
talon_one-3.0.1 docs/ErrorResponseWithStatus.md
talon_one-3.0.0 docs/ErrorResponseWithStatus.md
talon_one-2.5.1 docs/ErrorResponseWithStatus.md