commit d0e35efb2071318122c744468ff059acdddcd7e3 Author: Arturo Filastò arturo@filasto.net Date: Thu Mar 10 18:31:50 2016 +0100
Add errors that were added in https://github.com/TheTorProject/ooni-probe/pull/456 --- data-formats/df-000-base.md | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/data-formats/df-000-base.md b/data-formats/df-000-base.md index c1431e3..aab0f1c 100644 --- a/data-formats/df-000-base.md +++ b/data-formats/df-000-base.md @@ -146,6 +146,10 @@ error_string:
* twisted.internet.defer.TimeoutError: `deferred_timeout_error`
+* twisted.names.error.DNSNameError: `dns_name_error` + +* twisted.names.error.DNSServerError: `dns_name_failure` + * txsocksx.errors.ServerFailure: `socks_server_failure`
* txsocksx.errors.ConnectionNotAllowed: `socks_connection_not_allowed`
tor-commits@lists.torproject.org