MCPcopy Create free account
hub / github.com/Axosoft/git-rs / Error

Enum Error

gitrs_server/src/error.rs:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 #[derive(Debug)]
54 pub enum Error {
55 Deserialization(DeserializationError),
56 InboundMessage(InboundMessageError),
57 Process(ProcessError),
58 TcpReceive(TcpReceiveError),
59 TcpSend(TcpSendError),
60 }
61
62 impl From<str::Utf8Error> for Error {
63 fn from(_error: str::Utf8Error) -> Self {

Callers 5

dispatchFunction · 0.85
dispatchFunction · 0.85
dispatchFunction · 0.85
handle_errorsFunction · 0.85
dispatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected