Skip to content

Split up ErrorKind::ProtocolViolation

Ian Jackson requested to merge Diziet/arti:error-kind-protocol into main

"something on the Tor network violated a Tor protocol" and "something local violated a protocol" are totally different situations.

tor_error::ErrorKinds should encode information about the likely source of the problem and appropriate remedies.

Merge request reports