We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9f0ff commit 43b4f73Copy full SHA for 43b4f73
data/events.js
@@ -1342,6 +1342,18 @@ Proxying error codes:
1342
| \`proxy_dest_redirected\` | Local authentication succeeded, but destination hop redirected to another host. |`
1343
},
1344
1345
+ proxy_session_reconnecting: {
1346
+ inherit: 'login_proxy_session',
1347
+ fields: {
1348
+ error: `Reason for the attempt failure.`,
1349
+ error_code: `<a href="#proxy_session_finished_error_code">Error code</a> for the attempt failure.`,
1350
+ },
1351
+ text: `
1352
+Connection to proxy failed, but reconnect will be attempted.
1353
+\`reconnect_attempts=1\` for the first event and increases for each subsequent
1354
+event.`
1355
1356
+
1357
}
1358
1359
/* 'Global Inherits': All events inherit these fields. */
0 commit comments