Skip to content

Commit 43b4f73

Browse files
sirainencmouse
authored andcommitted
data/events: Add proxy_session_reconnecting
1 parent 4f9f0ff commit 43b4f73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/events.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,18 @@ Proxying error codes:
13421342
| \`proxy_dest_redirected\` | Local authentication succeeded, but destination hop redirected to another host. |`
13431343
},
13441344

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+
13451357
}
13461358

13471359
/* 'Global Inherits': All events inherit these fields. */

0 commit comments

Comments
 (0)