status

package
v1.999.0-test Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package status defines errors for datamon context

Index

Constants

This section is empty.

Variables

View Source
var (

	// ErrInitMetadata indicates that we could not initialize the metadata store for this context
	ErrInitMetadata = errors.New("failed to initialize metadata store")

	// ErrInitBlob indicates that we could not initialize the blob store for this context
	ErrInitBlob = errors.New("failed to initialize blob store")

	// ErrInitVMetadata indicates that we could not initialize the versioned metadata for this context
	ErrInitVMetadata = errors.New("failed to initialize vmetadata store")

	// ErrInitWAL indicates that we could not initialize the write-ahead-log for this context
	ErrInitWAL = errors.New("failed to initialize wal store")

	// ErrInitRLog indicates that we could not initialize the read log for this context
	ErrInitRLog = errors.New("failed to initialize read log store")
)

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