generic

package
v0.1.0-dev.10 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package generic provides an errs.Classifier for errors that are not tied to any particular backend. Servers should wire this classifier in alongside any backend-specific classifiers (e.g. platform/errs/mysql).

Index

Constants

This section is empty.

Variables

View Source
var Classifier errs.Classifier = classifier{}

Classifier recognises generic, non-backend-specific errors and returns errs.Unknown for anything it does not recognise so the surrounding classifier-processor walk can keep looking down the unwrap chain.

The classifier is stateless; this package-level singleton is the canonical handle. Pass it as one of the variadic classifiers to errs.NewClassifierProcessor; the resulting processor is what gets handed to consumer.New.

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