github.com/gotd/log.Helper.Error (method)

5 uses

	github.com/gotd/log (current package)
		helper.go#L75: func (h Helper) Error(ctx context.Context, msg string, attrs ...Attr) {

	github.com/gotd/td/mtproto
		ack.go#L23: 			c.log.Error(ctx, "Failed to ACK", log.Error(err), log.Any("msg_ids", buf))
		read.go#L223: 				logger.Error(ctx, "Failed to process message", log.Error(err))

	github.com/gotd/td/rpc
		engine.go#L250: 					logger.Error(ctx, "Retry failed", log.Error(err))
		engine.go#L256: 					logger.Error(ctx, "Retry limit reached", log.Int64("msg_id", req.MsgID))