github.com/jackc/pgx/v5.CopyFromSource.Err (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		copy_from.go#L106: 	Err() error
		copy_from.go#L183: 			if ct.rowSrc.Err() != nil {
		copy_from.go#L184: 				w.CloseWithError(ct.rowSrc.Err())