octez-shell-libs.p2p
Tezos_p2p.P2p_disconnection_reason
octez-shell-libs.client-base
octez-shell-libs.client-base-unix
octez-shell-libs.client-commands
octez-shell-libs.context-ops
octez-shell-libs.mocked
octez-shell-libs.mockup
octez-shell-libs.mockup-commands
octez-shell-libs.mockup-proxy
octez-shell-libs.mockup-registration
octez-shell-libs.p2p_test_common
octez-shell-libs.protocol-updater
octez-shell-libs.proxy
octez-shell-libs.shell
octez-shell-libs.shell-benchmarks
octez-shell-libs.shell-context
octez-shell-libs.shell-services
octez-shell-libs.signer-backends
octez-shell-libs.signer-services
octez-shell-libs.store
octez-shell-libs.validation
tezos_proxy_rpc
tezos_signer_backends_unix
tezos_store_real
tezos_store_shared
tezos_store_unix
tezos_store_unix_reconstruction
tezos_store_unix_snapshots
type read_write =
| Read
| Write
type t =
| Connection_lost of read_write
| Connection_closed_by_peer of read_write
| Connection_closed_by_unexpected_error of read_write * string
| TCP_connection_refused
| TCP_connection_unreachable
| TCP_connection_canceled
| TCP_connection_failed_unexpected_error of string
| Scheduled_pop_unexpected_error of Tezos_base.TzPervasives.tztrace
| Scheduled_push_unexpected_error of Tezos_base.TzPervasives.tztrace
| IO_scheduler_closed
| IO_scheduler_shutdown
| Accept_write_error of Tezos_base.TzPervasives.tztrace
| Ack_read_error of Tezos_base.TzPervasives.tztrace
| Authentication_rejected_no_common_protocol
| Authentication_rejected of Tezos_base.TzPervasives.P2p_rejection.t
| Authentication_rejected_by_peer of Tezos_base.TzPervasives.P2p_rejection.t
| Authentication_rejected_error of Tezos_base.TzPervasives.tztrace
| Incoming_connection_too_many
| Incoming_connection_banned
| Unexpected_peer_id
| IP_manually_banned
| Peer_id_manually_banned
| Pool_destroyed
| Peer_swapped
| Explicit_RPC
| Maintenance_too_many
| User of string
| Unknown_reason
val encoding : t Tezos_base.TzPervasives.Data_encoding.encoding
val pp : Format.formatter -> t -> unit