errs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package errs provides error definitions to be used across the all packages of the project.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrEmptyHash is returned when an empty commit hash is provided.
	ErrEmptyHash = errors.New("empty hash provided")
	// ErrGitFailed is returned when a git command execution fails.
	ErrGitFailed = errors.New("git command failed")
)

Functions

func IsContextError

func IsContextError(err error) bool

IsContextError checks if the provided error is a type of any context error.

Types

This section is empty.

Jump to

Keyboard shortcuts

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