public interface Notification
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Returns a notification code for the discovered issue.
|
String |
getDescription()
Returns a longer description of the notification.
|
InputPosition |
getPosition()
The position in the query where this notification points to.
|
SeverityLevel |
getSeverity()
Returns the severity level of this notification.
|
String |
getTitle()
Returns a short summary of the notification.
|
String getCode()
String getTitle()
String getDescription()
SeverityLevel getSeverity()
InputPosition getPosition()
InputPosition.empty
InputPosition.empty
if no position is associated with this notification.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.