mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 17:45:35 +00:00
fix status code error types
This commit is contained in:
parent
8f7bbaec76
commit
c2b06fd688
4 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Decode,
|
||||
Protocol,
|
||||
Undefined,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue