Diagnostics Class

Error diagnostic information for failed jobs.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Diagnostics

Constructor

Diagnostics(**kwargs)

Variables

message
str

The error message.

severity
str or SeverityTypes

The severity of the error. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'

line_number
int

The line number the error occured on.

column_number
int

The column where the error occured.

start
int

The starting index of the error.

end
int

The ending index of the error.