MCPcopy Index your code
hub / github.com/agent-ecosystem/skill-validator / Error

Method Error

cmd/exitcode.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (e exitCodeError) Error() string {
20 return fmt.Sprintf("exit code %d", e.code)
21}
22
23// exitOpts controls how validation results map to exit codes.
24type exitOpts struct {

Calls

no outgoing calls