MCPcopy Create free account
hub / github.com/cgt/go-mwclient / Error

Method Error

errors.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func (e APIError) Error() string {
17 return fmt.Sprintf("%s: %s", e.Code, e.Info)
18}
19
20// APIWarnings represents a collection of MediaWiki API warnings.
21type APIWarnings []struct {

Calls

no outgoing calls