package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-shell-libs.p2p/Tezos_p2p/P2p_disconnection_reason/index.html

Module Tezos_p2p.P2p_disconnection_reasonSource

Sourcetype read_write =
  1. | Read
  2. | Write
Sourcetype t =
  1. | Connection_lost of read_write
  2. | Connection_closed_by_peer of read_write
  3. | Connection_closed_by_unexpected_error of read_write * string
  4. | TCP_connection_refused
  5. | TCP_connection_unreachable
  6. | TCP_connection_canceled
  7. | TCP_connection_failed_unexpected_error of string
  8. | Scheduled_pop_unexpected_error of Tezos_base.TzPervasives.tztrace
  9. | Scheduled_push_unexpected_error of Tezos_base.TzPervasives.tztrace
  10. | IO_scheduler_closed
  11. | IO_scheduler_shutdown
  12. | Accept_write_error of Tezos_base.TzPervasives.tztrace
  13. | Ack_read_error of Tezos_base.TzPervasives.tztrace
  14. | Authentication_rejected_no_common_protocol
  15. | Authentication_rejected of Tezos_base.TzPervasives.P2p_rejection.t
  16. | Authentication_rejected_by_peer of Tezos_base.TzPervasives.P2p_rejection.t
  17. | Authentication_rejected_error of Tezos_base.TzPervasives.tztrace
  18. | Incoming_connection_too_many
  19. | Incoming_connection_banned
  20. | Unexpected_peer_id
  21. | IP_manually_banned
  22. | Peer_id_manually_banned
  23. | Pool_destroyed
  24. | Peer_swapped
  25. | Explicit_RPC
  26. | Maintenance_too_many
  27. | User of string
  28. | Unknown_reason
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.encoding
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.