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

Function baseMissingFileIOError

shortcuts/base/base_errors.go:108–110  ·  view source on GitHub ↗

baseMissingFileIOError reports a broken runtime wiring: a command that needs local file access was constructed without a FileIO provider. The user cannot fix this by changing flags, so it classifies as internal, not validation.

(format string, args ...any)

Source from the content-addressed store, hash-verified

106// local file access was constructed without a FileIO provider. The user cannot
107// fix this by changing flags, so it classifies as internal, not validation.
108func baseMissingFileIOError(format string, args ...any) error {
109 return errs.NewInternalError(errs.SubtypeFileIO, format, args...)
110}
111
112func baseInputStatError(err error) error {
113 if err == nil {

Callers 3

loadJSONInputFunction · 0.85
executeFormSubmitFunction · 0.85

Calls 1

NewInternalErrorFunction · 0.92

Tested by 1