[SQL-Migration] collation errorcode (#21797)

This commit is contained in:
siyang yao
2023-02-01 11:23:21 -08:00
committed by GitHub
parent 51751557b6
commit 749f13d9bf
3 changed files with 14 additions and 4 deletions

View File

@@ -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',