Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 774 Bytes

File metadata and controls

14 lines (11 loc) · 774 Bytes

ErrorData

Properties

Name Type Description Notes
message str The error message that describes the problem. [optional]
id str An internal identifier of the error. [optional]
item str Reference to the item this error is referring to. [optional]
file str The file this error occurred in. [optional]
line int The number of line in the file this error occurred in. [optional]
col int The number of column in the file this error occurred in. [optional]

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