diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ impl std::fmt::Display for SwitchName { } } -pub enum QueryError { +pub enum SwitchboardError { + Malformed(String), MissingNamed(String), MissingPositional(String), // String is the debug name of the switch |