mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
Proposed update to connectioninfo documentation (#20511)
This commit is contained in:
4
src/sql/azdata.d.ts
vendored
4
src/sql/azdata.d.ts
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user