MCPcopy Create free account
hub / github.com/algolia/cli / Error

Method Error

pkg/cmdutil/errors.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (fe *FlagError) Error() string {
27 return fe.Err.Error()
28}
29
30func (fe *FlagError) Unwrap() error {
31 return fe.Err

Calls

no outgoing calls