errors

package
v0.1.22 Latest Latest
Warning

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

Go to latest
Published: May 15, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CodeNotGitRepo     = "NOT_GIT_REPO"
	CodeNoGhAuth       = "NO_GH_AUTH"
	CodeTrunkMissing   = "TRUNK_MISSING"
	CodeAlreadyInit    = "ALREADY_INITIALIZED"
	CodeDirtyWorktree  = "DIRTY_WORKTREE"
	CodeNotOnStack     = "NOT_ON_STACK"
	CodeSlugTaken      = "SLUG_TAKEN"
	CodeGhCallFailed   = "GH_CALL_FAILED"
	CodeGitCallFailed  = "GIT_CALL_FAILED"
	CodeSquashDetected = "SQUASH_DETECTED"
	CodeRebaseConflict = "REBASE_CONFLICT"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainrailError

type ChainrailError struct {
	Code       string
	Message    string
	Suggestion string
	Cause      error
}

func (*ChainrailError) Error

func (e *ChainrailError) Error() string

func (*ChainrailError) Unwrap

func (e *ChainrailError) Unwrap() error

Jump to

Keyboard shortcuts

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