MCPcopy Create free account
hub / github.com/NV404/gova / Error

Method Error

internal/devserver/builder.go:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (e *BuildError) Error() string {
18 if e.Stderr == "" {
19 return fmt.Sprintf("gova: build failed: %v", e.Err)
20 }
21 return fmt.Sprintf("gova: build failed: %v\n%s", e.Err, e.Stderr)
22}
23
24func (e *BuildError) Unwrap() error { return e.Err }
25

Callers 4

TestErrorBoundaryFunction · 0.80
TestFilePickerBuilderFunction · 0.80
main.goFile · 0.80
main.goFile · 0.80

Calls

no outgoing calls

Tested by 2

TestErrorBoundaryFunction · 0.64
TestFilePickerBuilderFunction · 0.64