gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-util] branch master updated: add new EC


From: gnunet
Subject: [taler-taler-util] branch master updated: add new EC
Date: Tue, 04 Feb 2020 20:56:59 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 598db36  add new EC
598db36 is described below

commit 598db36381bfecf119ef9cc5e1dcfbd758645ac8
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 4 20:56:57 2020 +0100

    add new EC
---
 taler/util/errorcodes.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 3105daa..030315e 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -122,6 +122,14 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "METHOD_INVALID",
+    8,
+    """
+    HTTP method invalid for this URL.
+    """,
+)
+
 
 ec._add_ec(
     "DB_SETUP_FAILED",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]