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

Method Error

internal/sheetsvalues/values.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13type ValidationError string
14
15func (e ValidationError) Error() string {
16 return string(e)
17}
18
19func DecodeStrict(data []byte) ([][]interface{}, error) {
20 var values [][]interface{}

Calls

no outgoing calls

Tested by 3

TestRequireRowsFunction · 0.36
TestDecodeRangesFunction · 0.36