PeerRequestErrorType:
    | "peer-response-bytes-length-mismatch"
    | "peer-protocol-violation"
    | "peer-segment-absent"
    | "peer-closed"
    | "p2p-segment-validation-failed"

Defines the types of errors specific to peer-to-peer requests.