From adcd4eb5ec9051048971156fd8b9d570c47c415f Mon Sep 17 00:00:00 2001 From: Markus Pilman Date: Tue, 28 Apr 2020 20:53:50 +0000 Subject: [PATCH] Fixed formatting concerns --- documentation/sphinx/source/developer-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sphinx/source/developer-guide.rst b/documentation/sphinx/source/developer-guide.rst index 93e08b6f9d..6856ec2cae 100644 --- a/documentation/sphinx/source/developer-guide.rst +++ b/documentation/sphinx/source/developer-guide.rst @@ -936,7 +936,7 @@ The most common errors you will see are errors where we know that the transactio The good thing about these errors is that retrying is simple: you know that the transaction didn't commit and therefore you can retry even without thinking much about weird corner cases. The ``commit_unknown_result`` Error -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``commit_unknown_result`` can be thrown during a commit. This error is difficult to handle as you won't know whether your transaction was committed or not. There are mostly two reasons why you might see this error: