package mirage-protocols

  1. Overview
  2. Docs

IP errors.

type error = [
  1. | `No_route of string
    (*

    can't send a message to that destination

    *)
]
val pp_error : error Fmt.t