mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 12:45:04 +01:00
try to fix everything
This commit is contained in:
parent
ac2acbae1f
commit
5dc33f0dab
10 changed files with 1576 additions and 1525 deletions
|
|
@ -35,7 +35,8 @@ pub enum ConException {
|
|||
#[error("503 Command invalid")]
|
||||
CommandInvalid,
|
||||
#[error("503 Syntax error")]
|
||||
SyntaxError,
|
||||
/// A method was received but there was a syntax error. The string stores where it occured.
|
||||
SyntaxError(Vec<String>),
|
||||
#[error("504 Channel error")]
|
||||
ChannelError,
|
||||
#[error("xxx Not decided yet")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue