summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-31 16:51:56 +0100
committerMS <ms@taler.net>2023-01-31 17:22:31 +0100
commit0b3de446d10454cbb58953d8258f2cb5fe618258 (patch)
tree6761f4fb632635a88b9a8e4124ee8ed265174e06 /sandbox
parentd1c303c65e282567cbdc21d1eeb74b336911efdb (diff)
downloadlibeufin-0b3de446d10454cbb58953d8258f2cb5fe618258.tar.gz
libeufin-0b3de446d10454cbb58953d8258f2cb5fe618258.tar.bz2
libeufin-0b3de446d10454cbb58953d8258f2cb5fe618258.zip
Polishing
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index d0ab1a8b..072a5acc 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -571,7 +571,7 @@ val sandboxApp: Application.() -> Unit = {
HttpStatusCode.BadRequest,
SandboxErrorJson(
error = SandboxErrorDetailJson(
- type = "util-error",
+ type = "sandbox-error",
description = errorMessage
)
)