Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 802 Bytes

ErrorSource.md

File metadata and controls

13 lines (10 loc) · 802 Bytes

TalonOne.Model.ErrorSource

The source of the current error, exactly one of pointer, parameter or line will be defined.

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]

[Back to Model list] [Back to API list] [Back to README]