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

Function sheetsConditionalPlannerError

internal/cmd/sheets_conditional.go:244–251  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

242}
243
244func sheetsConditionalPlannerError(err error) error {
245 var validationErr sheetsconditional.ValidationError
246 if errors.As(err, &validationErr) {
247 return usage(validationErr.Error())
248 }
249
250 return err
251}

Callers 2

RunMethod · 0.85
RunMethod · 0.85

Calls 2

ErrorMethod · 0.95
usageFunction · 0.85

Tested by

no test coverage detected