storeerr

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package storeerr holds the sentinel error shared by every sisyphus store package. Each store package aliases (or wraps) ErrUnavailable, so a caller can match errors.Is(err, storeerr.ErrUnavailable) without knowing which store produced the error.

Index

Constants

This section is empty.

Variables

View Source
var ErrUnavailable = errors.New("store unavailable")

ErrUnavailable is returned when a method is called on a nil or closed 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