using System; using System.Collections.Generic; using System.Text; namespace DFEngine.Database { public enum SQLError { BadPassword = 18456 } }