MCPcopy Create free account
hub / github.com/upper/db / Err

Method Err

internal/sqlbuilder/batch.go:84–86  ·  view source on GitHub ↗

Err returns any error while executing the batch.

()

Source from the content-addressed store, hash-verified

82
83// Err returns any error while executing the batch.
84func (b *BatchInserter) Err() error {
85 return b.err
86}

Callers 1

WaitMethod · 0.95

Implementers 1

BatchInserterinternal/sqlbuilder/batch.go

Calls

no outgoing calls

Tested by

no test coverage detected