MCPcopy
hub / github.com/rs/zerolog / loggableError

Struct loggableError

error_marshal_test.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type loggableError struct {
11 error
12}
13
14func (l loggableError) MarshalZerologObject(e *Event) {
15 if l.error == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected