diff options
author | 2024-11-29 02:11:02 +0000 | |
---|---|---|
committer | 2024-11-29 02:11:02 +0000 | |
commit | b6593389069903cc4c85e40611296d8a240f718d (patch) | |
tree | ae4df92ea45cce5e5b904041a925263e8d629274 /src/error.rs | |
parent | 2dcbc9e1f4339993dd47b2659770a9cf4855b02d (diff) | |
download | luz-b6593389069903cc4c85e40611296d8a240f718d.tar.gz luz-b6593389069903cc4c85e40611296d8a240f718d.tar.bz2 luz-b6593389069903cc4c85e40611296d8a240f718d.zip |
implement sasl kinda
Diffstat (limited to 'src/error.rs')
-rw-r--r-- | src/error.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs index c7c867c..8ee9077 100644 --- a/src/error.rs +++ b/src/error.rs @@ -19,6 +19,8 @@ pub enum Error { IDMismatch, BindError, ParseError, + Negotiation, + TlsRequired, UnexpectedEnd, UnexpectedElement, UnexpectedText, |