MCPcopy Create free account
hub / github.com/fnproject/fn / RootError

Method RootError

api/models/error.go:307–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305}
306
307func (w apiErrorWrapper) RootError() error {
308 return w.root
309}
310
311func NewAPIErrorWrapper(apiErr APIError, rootErr error) APIErrorWrapper {
312 return &apiErrorWrapper{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected