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 2897959 commit 7de42f6Copy full SHA for 7de42f6
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