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 37439ea commit 0a3eb16Copy full SHA for 0a3eb16
internal/cnpgi/common/errors.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
// ErrEndOfWALStreamReached is returned when end of WAL is detected in the cloud archive.
11
-var ErrEndOfWALStreamReached = status.Errorf(codes.NotFound, "end of WAL reached")
+var ErrEndOfWALStreamReached = status.Errorf(codes.OutOfRange, "end of WAL reached")
12
13
// ErrMissingPermissions is raised when the sidecar has no
14
// permission to download the credentials needed to reach
0 commit comments