mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 09:35:33 +00:00
update api version with new implementation
This commit is contained in:
parent
47f58f800d
commit
93985095a5
14 changed files with 221 additions and 178 deletions
13
src/client/response/meta/error.rs
Normal file
13
src/client/response/meta/error.rs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
DataDecode,
|
||||
DataProtocol,
|
||||
InputStream,
|
||||
MimeDecode,
|
||||
MimeProtocol,
|
||||
MimeUndefined,
|
||||
Protocol,
|
||||
StatusDecode,
|
||||
StatusProtocol,
|
||||
StatusUndefined,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue