Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
func
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
Run
Method · 0.85
Run
Method · 0.85
Calls
2
Error
Method · 0.95
usage
Function · 0.85
Tested by
no test coverage detected