This commit is contained in:
nora 2022-02-13 20:51:24 +01:00
parent 2903ba108e
commit 2455e95d45
7 changed files with 1493 additions and 1175 deletions

View file

@ -38,6 +38,8 @@ pub enum ConException {
SyntaxError,
#[error("504 Channel error")]
ChannelError,
#[error("xxx Not decided yet")]
Todo,
}
#[derive(Debug, thiserror::Error)]