package yocaml_runtime

  1. Overview
  2. Docs

Description of common errors in the various runtimes (at least shared by Unix and Eio).

Types

type common =
  1. | Unable_to_write_file of Yocaml.Path.t * string
  2. | Unable_to_create_directory of Yocaml.Path.t
  3. | Unable_to_read_file of Yocaml.Path.t
  4. | Unable_to_read_directory of Yocaml.Path.t
  5. | Unable_to_read_mtime of Yocaml.Path.t
  6. | Unable_to_perform_command of string * exn

Describes common errors that can occur during the execution of a program in a specific runtime.

Utils

val common_to_string : common -> string

String representation of a common.

OCaml

Innovation. Community. Security.