You can search for identifiers within the package.
in-package search v0.2.0
Description of common errors in the various runtimes (at least shared by Unix and Eio).
type common =
| Unable_to_write_file of Yocaml.Path.t * string
| Unable_to_create_directory of Yocaml.Path.t
| Unable_to_read_file of Yocaml.Path.t
| Unable_to_read_directory of Yocaml.Path.t
| Unable_to_read_mtime of Yocaml.Path.t
| Unable_to_perform_command of string * exn
Describes common errors that can occur during the execution of a program in a specific runtime.
val common_to_string : common -> string
String representation of a common.
common