We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f8c5f commit 2b3a527Copy full SHA for 2b3a527
docs/tracking-plan.md
@@ -864,6 +864,9 @@ This event is fired when a connection attempt fails.
864
- The error code (if available).
865
- **error_name** (required): `string`
866
- The error name.
867
+- **error_code_cause_chain** (optional): `{} | undefined`
868
+ - The error codes (or code names) from the error's cause chain.
869
+ The driver and the OIDC library we use are two places that use cause chains.
870
- **auth_type** (optional): `string | undefined`
871
- Desktop only. The authentication type used in the connection.
872
- **tunnel** (optional): `string | undefined`
0 commit comments