mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
handle validation error (#18766)
This commit is contained in:
8
src/sql/azdata.proposed.d.ts
vendored
8
src/sql/azdata.proposed.d.ts
vendored
@@ -1089,6 +1089,10 @@ declare module 'azdata' {
|
||||
* Issues of current state.
|
||||
*/
|
||||
issues?: { severity: DesignerIssueSeverity, description: string, propertyPath?: DesignerEditPath }[];
|
||||
/**
|
||||
* The input validation error.
|
||||
*/
|
||||
inputValidationError?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1118,6 +1122,10 @@ declare module 'azdata' {
|
||||
* Format (mimeType) of the report
|
||||
*/
|
||||
mimeType: string;
|
||||
/**
|
||||
* The table schema validation error.
|
||||
*/
|
||||
schemaValidationError?: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user