@Immutable public interface Notification
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Returns a notification code for the discovered issue.
|
String |
description()
Returns a longer description of the notification.
|
InputPosition |
position()
The position in the query where this notification points to.
|
String |
severity()
The severity level of the notification.
|
String |
title()
Returns a short summary of the notification.
|
String code()
String title()
String description()
InputPosition position()
String severity()