MCPcopy
hub / github.com/hashicorp/go-getter / Error

Method Error

get_smbclient.go:334–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332}
333
334func (e *smbPathError) Error() string {
335 if e.Path == "" {
336 return "samba path should contain valid host, filepath, and authentication if necessary (smb://<user>:<password>@<host>/<file_path>)"
337 }
338 return fmt.Sprintf("samba path should contain valid host, filepath, and authentication if necessary (%s)", e.Path)
339}
340
341type smbGeneralError struct {
342 err error

Callers 3

smbclientGetMethod · 0.45
smbclientGetFileMethod · 0.45
ErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected