summaryrefslogtreecommitdiffstats
path: root/lib/evendoors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/evendoors.rb')
-rw-r--r--lib/evendoors.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/evendoors.rb b/lib/evendoors.rb
index e8d7047..bf7a99b 100644
--- a/lib/evendoors.rb
+++ b/lib/evendoors.rb
@@ -20,12 +20,10 @@ module EvenDoors
LNK_CONDV = 'edoors_lnk_condv'.freeze
#
ERROR_FIELD = 'edoors_error'.freeze
- ERROR_ROUTE_NDN = 'routing error: no door name'.freeze
- ERROR_ROUTE_NMD = 'routing error: no more destination'.freeze
+ ERROR_ROUTE_NS = 'routing error: no source'.freeze
ERROR_ROUTE_RRWD = 'routing error: right room, wrong door'.freeze
ERROR_ROUTE_RRNDD = 'routing error: right room, no drill down'.freeze
ERROR_ROUTE_TRWR = 'routing error: top room, wrong room'.freeze
- ERROR_ROUTE_NDNS = 'routing error: no destination, no source'.freeze
ERROR_ROUTE_NDNL = 'routing error: no destination, no link'.freeze
ERROR_ROUTE_SND = 'routing error: system no destination'.freeze
ERROR_ROUTE_SNDNA = 'routing error: system no door, no action'.freeze