bug

package
v2.0.0-beta.2 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 bug marks errors the user should consider reporting: protocol violations, corrupt state, infrastructure failures — never bad user input.

Index

Constants

This section is empty.

Variables

View Source
var ErrUnexpected = errors.New("unexpected failure")

ErrUnexpected is the marker Mark attaches; test for it with errors.Is.

Functions

func Mark

func Mark(err error) error

Mark tags err as unexpected without changing its message. It is nil-safe, so it composes freely: return bug.Mark(doThing()).

Types

This section is empty.

Jump to

Keyboard shortcuts

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