package corm type DBErrorChecker interface { ErrorIsDuplicate(error) bool }