aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
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,