Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
"fmt"
4
5
type
Error
struct
{
6
originalError error
7
extraInfo string
8
}
9
10
func
NewError(format string, a ...
interface
{}) *Error {
11
return
&Error{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected