Interface Nano.Diagnostic

Enclosing class:
Nano

public static interface Nano.Diagnostic
Interface representing a diagnostic message for code in the editor.

Diagnostics are used to highlight issues in the code and display tooltips with error messages or warnings. They define a region in the text (from start line/column to end line/column) and a message to display when hovering over that region.