package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unix_error.DetailedSource

A Unix error along with the corresponding system call and argument, as thrown in Unix exceptions.

Sourcetype nonrec t = t * string * string
Sourceval create : Unix.error -> syscall:string -> arg:string -> t
Sourceval catch : ('a -> 'b) -> 'a -> ('b, t) result

Apply a function to an argument, catching a detailed Unix error.

Sourceval equal : t -> t -> bool
Sourceval to_string_hum : t -> string
OCaml

Innovation. Community. Security.