func NewError()

in internal/error.go [32:34]


func NewError(err error) zapcore.ObjectMarshaler {
	return ecsError{err}
}