We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f0743 commit 8812960Copy full SHA for 8812960
x/x.go
@@ -65,6 +65,8 @@ var (
65
ErrConflict = errors.New("Transaction conflict")
66
// ErrHashMismatch is returned when the hash does not matches the startTs
67
ErrHashMismatch = errors.New("hash mismatch the claimed startTs|namespace")
68
+ // ErrNamespaceNotFound is returned when a namespace is not found.
69
+ ErrNamespaceNotFound = errors.New("namespace not found")
70
)
71
72
const (
0 commit comments