From 39a020b8c4d52ef76d85804e6c804210226ea7fb Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Tue, 30 Aug 2022 16:52:58 -0700 Subject: [PATCH] Proposed update to connectioninfo documentation (#20511) --- src/sql/azdata.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sql/azdata.d.ts b/src/sql/azdata.d.ts index 23bc2257e6..957ca9f1b6 100644 --- a/src/sql/azdata.d.ts +++ b/src/sql/azdata.d.ts @@ -424,12 +424,12 @@ declare module 'azdata' { connectionId: string; /** - * any diagnostic messages return from the service host. + * Full stack trace from the engine and service host. */ messages: string; /** - * Error message returned from the engine, if any. + * Main error message(s) returned from the engine and service host, if any. */ errorMessage: string;