Module Async_unix.Unix_syscalls.Exit

The termination status of a process.

The termination status of a process.

type error = [
| `Exit_non_zero of int
]
include sig ... end
val error_of_sexp : Sexplib.Sexp.t ‑> error
val __error_of_sexp__ : Sexplib.Sexp.t ‑> error
val sexp_of_error : error ‑> Sexplib.Sexp.t
val compare_error : error ‑> error ‑> int
type t = (unit, errorCore__.Import.Result.t
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> int
val to_string_hum : t ‑> string
val code : t ‑> int
val of_code : int ‑> t
val or_error : t ‑> unit Core__.Import.Or_error.t