package postgres_async

  1. Overview
  2. Docs
type other = private char
type t =
  1. | Severity
  2. | Severity_non_localised
  3. | Code
  4. | Message
  5. | Detail
  6. | Hint
  7. | Position
  8. | Internal_position
  9. | Internal_query
  10. | Where
  11. | Schema
  12. | Table
  13. | Column
  14. | Data_type
  15. | Constraint
  16. | File
  17. | Line
  18. | Routine
  19. | Other of other
val sexp_of_t : t -> Sexplib0.Sexp.t