aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-07 22:18:14 +0200
committerFlorian Dold <florian@dold.me>2021-08-07 22:18:14 +0200
commitbf9c1300eb2d35215ccfce6be73a51a6475d917e (patch)
treed80ed97ee5bd395c77b6f5e76b1921f926cec710
parenta92cff199209cbe850a2a0dc39f11a4a342c33b2 (diff)
downloadgana-bf9c1300eb2d35215ccfce6be73a51a6475d917e.tar.gz
gana-bf9c1300eb2d35215ccfce6be73a51a6475d917e.zip
allocate LibEuFin error codes
-rw-r--r--gnu-taler-error-codes/registry.rec23
1 files changed, 22 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 7a2c539..6815ec6 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1831,7 +1831,28 @@ Description: The provider returned in invalid configuration.
1831HttpStatus: 0 1831HttpStatus: 0
1832 1832
1833 1833
1834# 9000 - 9998: Unallocated. 1834# 9000 - 9998: LibEuFin.
1835
1836Value: 9000
1837Name: LIBEUFIN_NEXUS_GENERIC_ERROR
1838Description: A generic error happened in the LibEuFin nexus. See the enclose details JSON for more information.
1839HttpStatus: 0
1840
1841Value: 9001
1842Name: LIBEUFIN_NEXUS_UNCAUGHT_EXCEPTION
1843Description: An uncaught exception happened in the LibEuFin nexus service.
1844HttpStatus: 500
1845
1846Value: 9500
1847Name: LIBEUFIN_SANDBOX_GENERIC_ERROR
1848Description: A generic error happened in the LibEuFin sandbox. See the enclose details JSON for more information.
1849HttpStatus: 0
1850
1851Value: 9501
1852Name: LIBEUFIN_SANDBOX_UNCAUGHT_EXCEPTION
1853Description: An uncaught exception happened in the LibEuFin sandbox service.
1854HttpStatus: 500
1855
1835 1856
1836Value: 9999 1857Value: 9999
1837Name: END 1858Name: END