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