You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/howtos/pages/error-handling.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The full reference for the `ErrorContext` can be found <<#errorcontext,at the bo
67
67
68
68
- A `GetRequest` timed out after `2500` ms.
69
69
- 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`.
71
71
72
72
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.
73
73
Since we now know that the socket had issues, we can inspect the logs to see if we find anything related:
0 commit comments