package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

New creates a new error manager.

# Constants

ConflictErrorTableName is the table name for duplicate detection.
ConflictViewName is the view name for presenting the union information of ConflictErrorTable and DupRecordTable.
DupRecordTableName is the table name to record duplicate data that displayed to user.

# Structs

DataConflictInfo is the information of a data conflict error.
ErrorManager records errors during the import process.