Sha256: 6913360b33c2cc74649044e2b8f177b5e9d41e9d8d16d528c5c698d46a52c482

Contents?: true

Size: 782 Bytes

Versions: 6

Compression:

Stored size: 782 Bytes

Contents

# TalonOne::ErrorSource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pointer** | **String** | Pointer to the path in the payload that caused this error. | [optional] 
**parameter** | **String** | Query parameter that caused this error. | [optional] 
**line** | **String** | Line number in uploaded multipart file that caused this error. 'N/A' if unknown. | [optional] 
**resource** | **String** | Pointer to the resource that caused this error. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ErrorSource.new(pointer: null,
                                 parameter: null,
                                 line: null,
                                 resource: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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