Proposed update to connectioninfo documentation (#20511)

This commit is contained in:
Alex Ma
2022-08-30 16:52:58 -07:00
committed by GitHub
parent 96b38a3caf
commit 39a020b8c4

4
src/sql/azdata.d.ts vendored
View File

@@ -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;