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;