mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[SQL-Migration] collation errorcode (#21797)
This commit is contained in:
@@ -44,6 +44,11 @@ export const LoginMigrationStatusCodes = {
|
||||
Failed: 'Failed',
|
||||
};
|
||||
|
||||
export const ValidationErrorCodes = {
|
||||
// TODO: adding other error codes for troubleshooting
|
||||
SqlInfoValidationFailed: '2056'
|
||||
};
|
||||
|
||||
const _dateFormatter = new Intl.DateTimeFormat(
|
||||
undefined, {
|
||||
year: 'numeric',
|
||||
|
||||
Reference in New Issue
Block a user