package lsp

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

Module Unix_error.DetailedSource

include module type of struct include Dune_filesystem_stubs.Unix_error.Detailed end
Sourcetype nonrec t = Dune_filesystem_stubs.Unix_error.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
Sourceval to_dyn : (Unix.error * string * string) -> Dyn.t
Sourceval pp : ?prefix:string -> t -> 'a Pp.t
OCaml

Innovation. Community. Security.