From 58a8abfa53104ce437cf2cbfdda79d9037b8a2e3 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 27 Sep 2021 10:19:14 +0200 Subject: [PATCH] Neo.ClientError.Security.Unauthorized error (#1) Added missing subsection. --- modules/ROOT/pages/security/index.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/security/index.adoc b/modules/ROOT/pages/security/index.adoc index 8e20840..e2d8e24 100644 --- a/modules/ROOT/pages/security/index.adoc +++ b/modules/ROOT/pages/security/index.adoc @@ -90,3 +90,10 @@ _Example response_ } ---- + +[[http-api-auth-failure-rollback]] +== Authentication failure on open transactions + +A `Neo.ClientError.Security.Unauthorized` error will typically imply a transaction rollback. +However, due to the way authentication is processed in the HTTP server, the transaction will remain open. +