mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-06-20 18:35:07 -04:00
Migrate cert validation error handling to mssql extension (#21829)
This commit is contained in:
@@ -68,7 +68,7 @@ export interface IConnectionResult {
|
||||
connected: boolean;
|
||||
errorMessage: string;
|
||||
errorCode: number;
|
||||
callStack: string;
|
||||
messageDetails: string;
|
||||
errorHandled?: boolean;
|
||||
connectionProfile?: IConnectionProfile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user