Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type Tezos_base.TzPervasives.error +=
| Rejected_by_nack of {
motive : Tezos_base.TzPervasives.P2p_rejection.t;
alternative_points : Tezos_base.TzPervasives.P2p_point.Id.t list option;
}
type Tezos_base.TzPervasives.error +=
| Rejected_no_common_protocol of {
announced : Tezos_base.TzPervasives.Network_version.t;
}
type Tezos_base.TzPervasives.error +=
type Tezos_base.TzPervasives.error +=
| Not_enough_proof_of_work of Tezos_base.TzPervasives.P2p_peer.Id.t
type Tezos_base.TzPervasives.error +=
| Identity_check_failure of {
point : Tezos_base.TzPervasives.P2p_point.Id.t;
expected_peer_id : Tezos_base.TzPervasives.P2p_peer.Id.t;
received_peer_id : Tezos_base.TzPervasives.P2p_peer.Id.t;
}