BoltexNif.Notification (boltex_nif v0.1.1)

View Source

A Cypher notification emitted by the server (warnings, hints, etc.).

Summary

Types

t()

@type t() :: %BoltexNif.Notification{
  category: String.t() | nil,
  code: String.t() | nil,
  description: String.t() | nil,
  position: BoltexNif.Notification.InputPosition.t() | nil,
  severity: String.t() | nil,
  title: String.t() | nil
}