func go.uber.org/zap.Error
20 uses
go.uber.org/zap (current package)
error.go#L33: func Error(err error) Field {
error.go#L80: Error(e.error).AddTo(enc)
sugar.go#L381: fields = append(fields, Error(err))
sugar.go#L383: s.base.Error(_multipleErrMsg, Error(err))
github.com/gotd/td/internal/mtproto
ack.go#L20: c.log.Error("Failed to ACK", zap.Error(err))
conn.go#L178: c.log.Debug("Failed to cleanup connection", zap.Error(err))
read.go#L76: c.log.Warn("Ignoring rejected message", zap.Error(err))
read.go#L86: c.log.Warn("Error while handling message", zap.Error(err))
read.go#L208: log.Error("Failed to process message", zap.Error(err))
github.com/gotd/td/internal/pool
pool.go#L122: zap.Error(deadErr),
pool.go#L258: c.log.Debug("DC Invoke failed", zap.Error(err))
github.com/gotd/td/internal/rpc
engine.go#L161: log.Info("Failed to drop request", zap.Error(err))
engine.go#L217: log.Error("Retry failed", zap.Error(err))
github.com/gotd/td/internal/tdsync
log_group.go#L47: l.Debug("Task stopped", zap.Error(err), zap.Duration("elapsed", elapsed))
github.com/gotd/td/telegram
builder.go#L115: logger.Warn("TestClient run failed", zap.Error(err))
cfg.go#L38: c.log.Warn("Got error on config update", zap.Error(err))
connect.go#L30: c.log.Warn("Got error on self", zap.Error(err))
connect.go#L75: c.log.Info("Restarting connection", zap.Error(err), zap.Duration("backoff", timeout))
github.com/gotd/td/telegram/internal/manager
conn.go#L125: c.log.Debug("Connection dead", zap.Error(err))
conn.go#L227: zap.Error(err), zap.Duration("duration", duration),
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |