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))