Class ExtractionError
A diagnostic that is error severity.
Import path
import codeql.ruby.Diagnostics
Direct supertypes
Indirect supertypes
Inherited fields
fullMessage | from Diagnostic | |
location | from Diagnostic | |
message | from Diagnostic | |
severity | from Diagnostic | |
tag | from Diagnostic |
Inherited predicates
getFullMessage | Gets the full error message text associated with this diagnostic. | from Diagnostic |
getLocation | Gets the source location of this diagnostic. | from Diagnostic |
getMessage | Gets the error message text associated with this diagnostic. | from Diagnostic |
getSeverity | Gets the numerical severity level associated with this diagnostic. | from Diagnostic |
getSeverityText | Gets a string representation of the severity of this diagnostic. | from Diagnostic |
getTag | Gets the error code associated with this diagnostic, e.g. parse_error. | from Diagnostic |
toString | Gets a textual representation of this diagnostic. | from Diagnostic |