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