MCPcopy Create free account
hub / github.com/openclaw/gogcli / sheetsValuesPlannerError

Function sheetsValuesPlannerError

internal/cmd/sheets_values.go:9–16  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

7)
8
9func sheetsValuesPlannerError(err error) error {
10 var validationErr sheetsvalues.ValidationError
11 if errors.As(err, &validationErr) {
12 return usage(validationErr.Error())
13 }
14
15 return err
16}

Callers 4

RunMethod · 0.85
RunMethod · 0.85
parseSheetsAppendValuesFunction · 0.85

Calls 2

ErrorMethod · 0.95
usageFunction · 0.85

Tested by

no test coverage detected