github.com/gotd/log.Helper.Error (method)
5 uses
github.com/gotd/log (current package)
helper.go#L61: func (h Helper) Error(ctx context.Context, msg string, attrs ...Attr) {
github.com/gotd/td/mtproto
ack.go#L20: c.log.Error(ctx, "Failed to ACK", log.Error(err))
read.go#L213: logger.Error(ctx, "Failed to process message", log.Error(err))
github.com/gotd/td/rpc
engine.go#L238: logger.Error(ctx, "Retry failed", log.Error(err))
engine.go#L244: logger.Error(ctx, "Retry limit reached", log.Int64("msg_id", req.MsgID))
 |
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. |