Module Tracing_parser.Parse_error

type t =
  1. | No_more_words
  2. | Timestamp_too_large
  3. | Invalid_size_on_record
  4. | Invalid_string_ref
  5. | Invalid_thread_ref
  6. | Invalid_tick_initialization
  7. | Incomplete_record
val sexp_of_t : t -> Sexplib0.Sexp.t