Builder

class Builder

Properties

Link copied to clipboard
var column: Int

The column number in the code. Defaults to 0 if unknown.

Link copied to clipboard
var line: Int

The line number in the code. Defaults to 0 if unknown.

Link copied to clipboard
var span: Int

The span/length of the error. Defaults to -1 if unknown.