func github.com/gotd/log.Error
19 uses
github.com/gotd/log (current package)
attr.go#L183: func Error(err error) Attr {
github.com/gotd/td/mtproto
ack.go#L20: c.log.Error(ctx, "Failed to ACK", log.Error(err))
conn.go#L199: c.log.Debug(ctx, "Failed to cleanup connection", log.Error(err))
read.go#L76: c.log.Warn(ctx, "Ignoring rejected message", log.Error(err))
read.go#L86: c.log.Warn(ctx, "Error while handling message", log.Error(err))
read.go#L213: logger.Error(ctx, "Failed to process message", log.Error(err))
github.com/gotd/td/pool
pool.go#L123: log.Error(deadErr),
pool.go#L267: log.Error(err),
pool.go#L273: c.log.Debug(ctx, "DC Invoke failed", log.Error(err))
github.com/gotd/td/rpc
engine.go#L162: logger.Info(ctx, "Failed to drop request", log.Error(err))
engine.go#L238: logger.Error(ctx, "Retry failed", log.Error(err))
github.com/gotd/td/tdsync
log_group.go#L47: l.Debug(ctx, "Task stopped", log.Error(err), log.Duration("elapsed", elapsed))
github.com/gotd/td/telegram
builder.go#L116: log.For(logger).Warn(ctx, "TestClient run failed", log.Error(err))
cfg.go#L38: c.log.Warn(ctx, "Got error on config update", log.Error(err))
connect.go#L58: c.log.Warn(ctx, "Got error on self", log.Error(err))
connect.go#L124: c.log.Info(context.Background(), "Restarting connection", log.Error(err), log.Duration("backoff", timeout))
invoke.go#L109: log.Error(err),
github.com/gotd/td/telegram/internal/manager
conn.go#L165: c.log.Debug(ctx, "Connection dead", log.Error(err))
conn.go#L369: log.Error(err), log.Duration("duration", duration),
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |