errutil

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// TagValidation indicates input validation failures.
	TagValidation = goerr.NewTag("validation")
	// TagNotFound indicates a requested resource was not found.
	TagNotFound = goerr.NewTag("not_found")
	// TagExternal indicates failures in LLM or external service calls.
	TagExternal = goerr.NewTag("external")
	// TagGeneration indicates failures during scenario generation.
	TagGeneration = goerr.NewTag("generation")
	// TagInternal indicates unexpected internal errors.
	TagInternal = goerr.NewTag("internal")
)

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