Sha256: e5d7d12ddeddf3dbfe249b907e1d052b29548b74511261cd17470317fd3504ea

Contents?: true

Size: 453 Bytes

Versions: 5

Compression:

Stored size: 453 Bytes

Contents

# VeloPayments::ErrorData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **description** | **String** | The description of the error data content | [optional] |
| **content** | **Object** | Object containing typed error data specific to the API | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::ErrorData.new(
  description: The rejected CSV rows,
  content: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/ErrorData.md
velopayments-2.35.58 docs/ErrorData.md
velopayments-2.35.58.beta1 docs/ErrorData.md
velopayments-2.29.128.beta1 docs/ErrorData.md
velopayments-2.26.124.beta1 docs/ErrorData.md