MCPcopy
hub / github.com/larksuite/cli / Error

Method Error

internal/client/api_errors_test.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33type timeoutNetError struct{}
34
35func (timeoutNetError) Error() string { return "i/o timeout" }
36func (timeoutNetError) Timeout() bool { return true }
37func (timeoutNetError) Temporary() bool { return true }
38

Calls

no outgoing calls

Tested by

no test coverage detected