Sha256: bc34588d466a5dc6b76e11eb8cc0c0e238062d987af398faa2b0c6d46711ada2
Contents?: true
Size: 781 Bytes
Versions: 7
Compression:
Stored size: 781 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
7 entries across 7 versions & 1 rubygems