Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "cockroach"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmbiguousCommitError ¶
type AmbiguousCommitError struct {
Err error
}
AmbiguousCommitError represents an error that left a transaction in an ambiguous state: unclear if it committed or not.
func (*AmbiguousCommitError) Error ¶
func (e *AmbiguousCommitError) Error() string
func (*AmbiguousCommitError) Unwrap ¶
func (e *AmbiguousCommitError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.