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") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.