CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Class ExtractionError

A diagnostic relating to a particular error in extracting a file.

Import path

import codeql.ruby.Diagnostics

Direct supertypes

Indirect supertypes

Inherited fields

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

Charpred