MCPcopy
hub / github.com/uber-go/zap / errArrayElem

Struct errArrayElem

error.go:74–76  ·  error.go::errArrayElem

Source from the content-addressed store, hash-verified

72}
73
74type errArrayElem struct {
75 error
76}
77
78func (e *errArrayElem) MarshalLogObject(enc zapcore.ObjectEncoder) error {
79 // Re-use the error field's logic, which supports non-standard error types.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected