Pārlūkot izejas kodu

add responses for all other error types (except unregistered)

Pi 1 gadu atpakaļ
vecāks
revīzija
45fa8592a1
3 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. 3 0
      responses/1.html
  2. 3 0
      responses/2.html
  3. 3 0
      responses/5.html

+ 3 - 0
responses/1.html

@@ -0,0 +1,3 @@
+<html><head></head><body>
+<p>ERROR <strong>fatal</strong>
+</body></html>

+ 3 - 0
responses/2.html

@@ -0,0 +1,3 @@
+<html><head></head><body>
+<p>ERROR <strong>unsubscribed</strong>
+</body></html>

+ 3 - 0
responses/5.html

@@ -0,0 +1,3 @@
+<html><head></head><body>
+<p>ERROR <strong>unhandled</strong>
+</body></html>