MCPcopy Index your code
hub / github.com/coldbrewcloud/coldbrew-cli / Error

Struct Error

core/errors.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type Error struct {
6 originalError error
7 extraInfo string
8}
9
10func NewError(format string, a ...interface{}) *Error {
11 return &Error{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected