MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / FinalError

Struct FinalError

pkg/error/error.go:109–112  ·  view source on GitHub ↗

FinalError preserve the error stack

Source from the content-addressed store, hash-verified

107
108// FinalError preserve the error stack
109type FinalError struct {
110 BasicError
111 Backtrace []BasicError `json:"Backtrace,omitempty"`
112}
113
114// WithWarnLog xxx
115func (err FinalError) WithWarnLog() FinalError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected