Skip to content

Commit 2a983fa

Browse files
off-by-one error
1 parent da7167f commit 2a983fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/howtos/pages/error-handling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The full reference for the `ErrorContext` can be found <<#errorcontext,at the bo
6767

6868
- A `GetRequest` timed out after `2500` ms.
6969
- The document in question had the ID `airline_10226` and we used the `travel-sample` bucket.
70-
- It has been retried 15 times and the reason was always `ENDPOINT_NOT_AVAILABLE`.
70+
- It has been retried 14 times and the reason was always `ENDPOINT_NOT_AVAILABLE`.
7171

7272
We'll discuss retry reasons later in this document, but `ENDPOINT_NOT_AVAILABLE` signals that we could not send the operation over the socket because it was not connected/available.
7373
Since we now know that the socket had issues, we can inspect the logs to see if we find anything related:

0 commit comments

Comments
 (0)