|
@@ -264,3 +264,16 @@ NOTIFY request will not be honored.
|
|
|
% AUTH_INVALID_STATISTICS_DATA invalid specification of statistics data specified
|
|
|
An error was encountered when the authoritiative server specified
|
|
|
statistics data which is invalid for the auth specification file.
|
|
|
+
|
|
|
+% AUTH_RESPONSE_FAILURE exception while building response to query: %1
|
|
|
+This is a debug message, generated by the authoritative server when an
|
|
|
+attempt to create a response to a received DNS packet has failed. The
|
|
|
+reason for the failure is given in the log message. A SERVFAIL response
|
|
|
+is sent back. The most likely cause of this is an error in the data
|
|
|
+source implementation; it is either creating bad responses or raising
|
|
|
+exceptions itself.
|
|
|
+
|
|
|
+% AUTH_RESPONSE_FAILURE_UNKNOWN unknown exception while building response to query
|
|
|
+This debug message is similar to AUTH_RESPONSE_FAILURE, but further
|
|
|
+details about the error are unknown, because it was signaled by something
|
|
|
+which is not an exception. This is definitely a bug.
|