parsec-cloud
parsec-cloud copied to clipboard
Oxidize exception `ProtocolError`
Todos
- [ ] Oxidize the python exception
ProtocolError - [ ] The
ProtocolErrorin Rust can be created from:- [ ]
::rmp_serde::encode::Error(currently a string) - [ ]
::rmp_serde::decode::Error(currently a string) - [ ]
std::num::TryFromIntError
- [ ]
- [ ] The
ProtocolErrorin Python can be created fromstr
https://pyo3.rs/latest/function/error_handling.html#foreign-rust-error-types