MCPcopy
hub / github.com/homeport/dyff / errorWithExitCode

Struct errorWithExitCode

internal/cmd/exitcode.go:31–34  ·  view source on GitHub ↗

errorWithExitCode is just a way to transport the exit code to the main package

Source from the content-addressed store, hash-verified

29
30// errorWithExitCode is just a way to transport the exit code to the main package
31type errorWithExitCode struct {
32 value int
33 cause error
34}
35
36var _ ExitCode = errorWithExitCode{}
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected