I would be creating a custom error handling routing for my webapp in codeigniter and I would be using custom error codes for that. What is the numeric range of error codes generated by mysql, so that I keep my custom error codes out of that range?
Share
It looks like MySQL uses 1000-1999 for server errors and 2000+ for client errors.