Sha256: ae44ffe6c2fe46ffba6e537618f0f982dc43fbc4bbfdec0d60a7e83733aed734

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

# PaymentsApi::Error

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **message** | **String** | The description detailing the cause of the error code. | [readonly] |
| **validation_errors** | **Array<String>** | Validation errors, if any. | [optional][readonly] |

## Example

```ruby
require 'pnap_payments_api'

instance = PaymentsApi::Error.new(
  message: null,
  validation_errors: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_payments_api-1.0.1 docs/Error.md
pnap_payments_api-1.0.0 docs/Error.md