aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Sql/ca/CustomMsiErrors.h
blob: b568d01c7a2e0577c42e2f018c68de363b65123b (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.

#define msierrSQLFailedCreateDatabase          26201
#define msierrSQLFailedDropDatabase            26202
#define msierrSQLFailedConnectDatabase         26203
#define msierrSQLFailedExecString              26204
#define msierrSQLDatabaseAlreadyExists         26205

//Last available is 26250