caqti.template
Query.Parse_error
Describes errors from the high-level parsing functions.
caqti
caqti.blocking
caqti.platform
caqti.platform.unix
caqti.plugin
type t
val position : t -> int
The byte position of the string at which the parser failed.
val message : t -> string
A message describing the problem.
val pp : Format.formatter -> t -> unit
Formats a human-readable error message.