admerrors

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoSuchStorageNode = status.Error(codes.NotFound, "no such storage node")
	ErrNoSuchTopic       = status.Error(codes.NotFound, "no such topic")
	// ErrNoSuchLogStream indicates that the log stream does not exist.
	ErrNoSuchLogStream = status.Error(codes.NotFound, "no such log stream")
	// ErrClusterMetadataNotFetched indicates that the cluster metadata
	// cannot be fetched from the metadata repository.
	// It is usually resolved by retrying with a backoff.
	ErrClusterMetadataNotFetched     = status.Error(codes.Unavailable, "cluster metadata not fetched")
	ErrNotIdleReplicas               = status.Error(codes.FailedPrecondition, "not idle replicas")
	ErrMetadataRepositoryUnavailable = status.Error(codes.Unavailable, "metadata repository unavailable")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL