apperr

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package apperr defines the "known error" marker type used throughout commit-spark. A KnownError is an error whose message is safe to print directly to the user without a stack trace or bug-report footer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsKnown added in v0.1.0

func IsKnown(err error) bool

IsKnown reports whether err is a *KnownError.

Types

type KnownError added in v0.1.0

type KnownError struct {
	Message string
}

KnownError is an error whose message is safe to print directly to the user without a stack trace or bug-report footer.

func New

func New(format string, args ...any) *KnownError

New creates a *KnownError with a formatted message.

func (*KnownError) Error added in v0.1.0

func (e *KnownError) Error() string

Error implements the error interface.

Jump to

Keyboard shortcuts

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