aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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